BleUuidParser class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
compareStrings(String uuid1, String uuid2)
→ bool
-
Compare two UUIDs regardless of their format.
Throws
FormatException if the UUID is invalid.
-
number(int short)
→ String
-
Parse an int number into a 128-bit UUID string.
e.g.
0x1800 to 00001800-0000-1000-8000-00805f9b34fb.
-
string(String uuid)
→ String
-
Parse a string to a valid 128-bit UUID.
Throws
FormatException if the string does not hold a valid UUID format.