menu
quantity package
documentation
quantity.dart
Digit
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Returns the integer equivalent of this digit.
Implementation
int toInt() => value.getUint8(0);
quantity package
documentation
quantity
Digit
toInt method
Digit class