Uuid class

Representation of a 16, 32 or 128-bit number used to identify BLE services and characteristics.

Constructors

Uuid(List<int> data)
Uuid.parse(String string)
factory

Properties

data Uint8List
final
expanded Uuid
Expands a 16 bit uuid to a 128 bit one
no setter
hashCode int
The hash code for this object.
no setteroverride
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.
override

Operators

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