menu
ucum package
documentation
fhir/ucum_decimal.dart
UcumDecimal
isOne method
isOne method
dark_mode
light_mode
isOne
method
bool
isOne
(
)
Implementation
bool isOne() { final UcumDecimal one = UcumDecimal.one(); return comparesTo(one) == 0; }
ucum package
documentation
fhir/ucum_decimal
UcumDecimal
isOne method
UcumDecimal class