UUID class final
128 bit universally unique identifier used in Bluetooth.
Constructors
-
UUID(Iterable<
int> value) - Creates a new UUID from 16 bytes.
- UUID.fromAddress(Object address)
-
Creates a new UUID form MAC address.
factory
- UUID.fromString(String value)
-
Creates a new UUID from the string format encoding (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
where xx is a hexadecimal number).
factory
- UUID.short(int shortValue)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override