menu
units_converter package
documentation
models/ratio_property.dart
RatioProperty<T extends Enum, N, D>
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/ratio_property
RatioProperty<T extends Enum, N, D>
getUnit method
RatioProperty class