WeightRate class
Represents a rate of change in Weight.
- Inheritance
-
- Object
- UnitOfMeasurementRate<
Weight> - WeightRate
- Available extensions
Properties
Methods
-
humanize(
{String pattern = defaultRatePattern, Set< WeightUnit> permissibleValueUnits = WeightUnits.commonSi, Set<RateUnit> permissibleRateUnits = RateUnits.hourOrLess, String? locale}) → String -
Available on WeightRate, provided by the WeightRateExtensions extension
Humanizes this WeightRate using the specifiedpattern
, which is forwarded to a WeightRateTransformation. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited