uuid
uuid
UuidValue
equals method
equals
uuid
uuid
UuidValue
equals method
UuidValue class
Constructors
UuidValue
fromByteList
fromList
Properties
hashCode
runtimeType
uuid
Methods
equals
noSuchMethod
toBytes
toString
Operators
operator ==
equals
method
Null safety
bool
equals
(
UuidValue
other
)
Implementation
bool equals(UuidValue other) { return uuid == other.uuid; }