ValueUnit<V, U extends Unit> class

Available Extensions
Annotations
  • @freezed

Constructors

ValueUnit({required V value, required U unit})
const
factory

Properties

copyWith → $ValueUnitCopyWith<V, U, ValueUnit<V, U>>
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCompactString() String
toDisplayString() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited