Property<K, V> class abstract

Implementers

Constructors

Property()

Properties

hashCode int
The hash code for this object.
no setterinherited
name ↔ dynamic
The name of the Property. If it is not a custom Property is one of the values of PROPERTY.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The size of the Property, i.e. the number of the Units that belong to that Property.
getter/setter pair

Methods

convert(K name, V? value) → void
Convert the value of the units with name name to all the other units.
getAll() List<Unit>
Returns all the units converted with prefixes
getUnit(K 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