tokenId property
Uint8List?
get
tokenId
TokenID: a unique identifier for the token (key 7).
Implementation
Uint8List? get tokenId => _asBytes(_map[7]);
set
tokenId
(Uint8List? value)
Implementation
set tokenId(Uint8List? value) => _set(7, value);