AreaRateTransformation class
A transformation to convert an AreaRate to a human-readable String by using an AreaRateFormat.
See also:
- Inheritance
-
- Object
- Transformation<
AreaRate, String> - AreaRateTransformation
Constructors
-
AreaRateTransformation.new({String pattern = defaultRatePattern, Set<
AreaUnit> permissibleValueUnits = AreaUnits.commonSi, Set<RateUnit> permissibleRateUnits = RateUnits.hourOrLess}) -
Creates an AreaRateTransformation that will format values using the specified
pattern
, only usingpermissibleValueUnits
andpermissibleRateUnits
.const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pattern → String
-
The pattern passed through to the AreaRateFormat.
final
-
permissibleRateUnits
→ Set<
RateUnit> -
The permissible rate units.
final
-
permissibleValueUnits
→ Set<
AreaUnit> -
The permissible value units.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
transform(
AreaRate input, String locale) → String -
Transforms
input
into an instance ofU
using the providedlocale
.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited