menu
zerosettle package
documentation
models/price.dart
Price
amountCents property
amountCents property
dark_mode
light_mode
amountCents
property
int
amountCents
final
Price in cents (e.g., 999 = $9.99). 1 unit = 1/100 of the currency.
Implementation
final int amountCents;
zerosettle package
documentation
models/price
Price
amountCents property
Price class