KdbxUuid.fromBytes constructor

KdbxUuid.fromBytes(
  1. Uint8List bytes
)

Implementation

KdbxUuid.fromBytes(Uint8List bytes) : this(base64.encode(bytes));