metadata property

Map<String, dynamic>? metadata
final

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

Implementation

final Map<String, dynamic>? metadata;