unitName property

  1. @JsonKey(name: 'un')
String? unitName
final

The name of a unit of this asset. Supplied on creation. Example: USDT

Implementation

@JsonKey(name: 'un')
final String? unitName;