DimensionValuesWithAttributes class
The metadata of a specific type that you can use to filter and group your
results. You can use GetDimensionValues
to find specific
values.
Constructors
-
DimensionValuesWithAttributes({Map<
String, String> ? attributes, String? value}) -
DimensionValuesWithAttributes.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
attributes
→ Map<
String, String> ? -
The attribute that applies to a specific
Dimension
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String?
-
The value of a dimension with a specific attribute.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited