Property<K, V> class

Implementers

Constructors

Property.new({dynamic name})

Properties

hashCode int
The hash code for this object.
no setterinherited
name ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
latefinal
unitConversion Node
getter/setter pair
unitList List<Unit>
getter/setter pair

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