toJsonForTxDataContent method
Implementation
Map<String, dynamic> toJsonForTxDataContent() => <String, dynamic>{
'name': name,
'supply': supply,
'type': type,
'symbol': symbol,
'aeip': aeip,
'properties': tokenProperties,
};