menu
ucum package
documentation
fhir/ucum_decimal.dart
UcumDecimal
operator ~/ method
operator ~/ method
dark_mode
light_mode
operator ~/
method
UcumDecimal
operator ~/
(
UcumDecimal
other
)
Implementation
UcumDecimal operator ~/(UcumDecimal other) { return divide(other).trunc(); }
ucum package
documentation
fhir/ucum_decimal
UcumDecimal
operator ~/ method
UcumDecimal class