ApiUuid class

Annotations

Constructors

ApiUuid.parse(String uuid)
Parse the given uuid. This is the reverse of encodeToString.
ApiUuid.secure()

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encodeToString() String
Encodes UUID into a String. Opposite of ApiUuid.parse.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
String representation for debugging. Use encodeToString to use for transmission.
override

Operators

operator ==(Object other) bool
The equality operator.
override