decimals property

int decimals

Decimal places of the amount, e.g. amount defined of 100 with 2 decimal places is equivalent to $1.00

Implementation

int get decimals => const fb.Uint32Reader().vTableGet(_bc, _bcOffset, 14, 0);