metadata property

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

If the SubAccount address is not sufficient to uniquely specify a SubAccount, any other identifying information can be stored here. It is important to note that two SubAccounts with identical addresses but differing metadata will not be considered equal by clients.

Implementation

Map<String, dynamic>? metadata;