DimensionExpression class
Used to express a dimension which is the result of a formula of multiple dimensions.
Example usages: 1) lower_case(dimension) 2) concatenate(dimension1, symbol, dimension2).
Constructors
- DimensionExpression({ConcatenateExpression? concatenate, CaseExpression? lowerCase, CaseExpression? upperCase})
- DimensionExpression.fromJson(Map json_)
Properties
- concatenate ↔ ConcatenateExpression?
-
Used to combine dimension values to a single dimension.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lowerCase ↔ CaseExpression?
-
Used to convert a dimension value to lower case.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- upperCase ↔ CaseExpression?
-
Used to convert a dimension value to upper case.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited