Parameters class
A list of QuickSight parameters and the list's override values.
Constructors
-
Parameters.new({List<
DateTimeParameter> ? dateTimeParameters, List<DecimalParameter> ? decimalParameters, List<IntegerParameter> ? integerParameters, List<StringParameter> ? stringParameters})
Properties
-
dateTimeParameters
→ List<
DateTimeParameter> ? -
Date-time parameters.
final
-
decimalParameters
→ List<
DecimalParameter> ? -
Decimal parameters.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
integerParameters
→ List<
IntegerParameter> ? -
Integer parameters.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stringParameters
→ List<
StringParameter> ? -
String parameters.
final
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