id property

List<int> id

Universally Unique Identifier (UUID) (v4) of the promissory note

Implementation

List<int> get id => const fb.ListReader<int>(const fb.Uint8Reader())
    .vTableGet(_bc, _bcOffset, 8, List.empty());