DocumentId constructor
DocumentId(
- Uint8List bytes
Wraps the given 16 bytes.
Implementation
DocumentId(this.bytes)
: assert(bytes.length == 16, 'A DocumentId is 16 bytes');
Wraps the given 16 bytes.
DocumentId(this.bytes)
: assert(bytes.length == 16, 'A DocumentId is 16 bytes');