PlatformFilter class
Describes criteria to restrict the results when listing platform versions.
The filter is evaluated as follows: Type Operator Values
1
Constructors
-
PlatformFilter({String? operator, String? type, List<
String> ? values})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- operator → String?
-
The operator to apply to the
Type
with each of theValues
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
The platform version attribute to which the filter values are applied.
final
-
values
→ List<
String> ? -
The list of values applied to the filtering platform version attribute. Only
one value is supported for all current operators.
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