uuid
uuid
UuidValue
toBytes method
toBytes
uuid
uuid
UuidValue
toBytes method
UuidValue class
Constructors
UuidValue
Properties
hashCode
runtimeType
uuid
Methods
equals
noSuchMethod
toBytes
toString
Operators
operator ==
toBytes
method
Null safety
List
<
int
>
toBytes
(
)
Implementation
List<int> toBytes() { return Uuid.parse(uuid); }