PcoServicesPlanFilter enum Null safety
Possible Inbound Filters:
after
->?filter=after
: filter to plans with a time beginning after theafter
parameterbefore
->?filter=before
: filter to plans with a time beginning before thebefore
parameterfuture
->?filter=future
: -- no descriptionnoDates
->?filter=no_dates
: -- no descriptionpast
->?filter=past
: -- no description
Constructors
- PcoServicesPlanFilter()
-
const
Values
- after → const PcoServicesPlanFilter
- before → const PcoServicesPlanFilter
- future → const PcoServicesPlanFilter
- noDates → const PcoServicesPlanFilter
- past → const PcoServicesPlanFilter
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PcoServicesPlanFilter> -
A constant List of the values in this enum, in order of their declaration.
[after, before, future, noDates, past]