SavingsPlanFilter class
Information about a filter.
- Annotations
- @JsonSerializable(includeIfNull: false, explicitToJson: true, createFactory: false, createToJson: true)
Constructors
-
SavingsPlanFilter({SavingsPlansFilterName name, List<
String> values})
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name → SavingsPlansFilterName
-
The filter name.
@JsonKey(name: 'name'), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
values
→ List<
String> -
The filter value.
@JsonKey(name: 'values'), final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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