menu
units_converter package
documentation
models/unit.dart
Unit
Unit.new constructor
Unit.new constructor
dark_mode
light_mode
Unit
constructor
Unit
(
dynamic
name
, {
double
?
value
,
String
?
stringValue
,
String
?
symbol
,
})
Implementation
Unit(this.name, {this.value, this.stringValue, this.symbol});
units_converter package
documentation
models/unit
Unit
Unit.new constructor
Unit class