menu
ucum package
documentation
special/celsius_handler.dart
CelsiusHandler
getValue method
getValue method
dark_mode
light_mode
getValue
method
@
override
UcumDecimal
getValue
(
)
override
Get the conversion value.
Implementation
@override UcumDecimal getValue() { return UcumDecimal.one(); }
ucum package
documentation
special/celsius_handler
CelsiusHandler
getValue method
CelsiusHandler class