Property<K, V> class
Constructors
- Property.new({dynamic name})
Properties
Methods
-
convert(
K name, V? value) → void -
getAll(
) → List< Unit> - Returns all the units converted with prefixes
-
getUnit(
dynamic name) → Unit - Returns the Unit with the corresponding name
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited