BlueZUUID class

128 bit universally unique identifier used in Bluetooth.

Constructors

BlueZUUID(Iterable<int> value)
Creates a new UUID from 16 bytes.
BlueZUUID.fromString(String value)
Creates a new UUID from the string format encoding (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx where xx is a hexadecimal number).
factory
BlueZUUID.short(int shortValue)

Properties

hashCode int
The hash code for this object.
no setteroverride
isShort bool
True if the UUID is a short (16 or 32 bit) encoded UUID.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value List<int>
The value of the UUID in 16 bytes.
final

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