KdbxUuid class

Constructors

KdbxUuid(String uuid)
const
KdbxUuid.fromBytes(Uint8List bytes)
KdbxUuid.random()

Properties

hashCode int
The hash code for this object.
no setteroverride
isNil bool
Whether this is the NIL uuid.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String
base64 representation of uuid.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes() Uint8List
toString() String
A string representation of this object.
override

Operators

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

Static Properties

uuidGenerator → Uuid
final