ValueUnit<V, U extends Unit> class
- Available extensions
- Annotations
-
Constructors
-
ValueUnit({required V value, required U unit})
-
const
factory
Properties
-
copyWith
→ $ValueUnitCopyWith<V, U, ValueUnit<V, U>>
-
Create a copy of ValueUnit
with the given fields replaced by the non-null parameter values.
no setterinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
unit
→ U
-
no setterinherited
-
value
→ V
-
no setterinherited