metadata property

Map<String, dynamic>? metadata
getter/setter pair

Any additional information related to the currency itself. For example, it would be useful to poputhis object with the contract address of an ERC-20 token.

Implementation

Map<String, dynamic>? metadata;