decimals property

  1. @JsonKey(name: 'dc', defaultValue: 0)
int? decimals
final

The number of digits to use after the decimal point when displaying the asset.

If 0, the asset is not divisible. If 1, the base unit of the asset is in tenths. If 2, the base unit of the asset is in hundredths. Required on creation.

Implementation

@JsonKey(name: 'dc', defaultValue: 0)
final int? decimals;