menu
units_converter package
documentation
models/double_property.dart
DoubleProperty<T>
getUnit method
getUnit method
dark_mode
light_mode
getUnit
method
@
override
Unit
getUnit
(
T
name
)
override
Returns the Unit with the corresponding name
Implementation
@override Unit getUnit(T name) => _mapUnitsMap[name]!;
units_converter package
documentation
models/double_property
DoubleProperty<T>
getUnit method
DoubleProperty class