OperationFilter class
A complex type that lets you select the operations that you want to list.
Constructors
-
OperationFilter({required OperationFilterName name, required List<
String> values, FilterCondition? condition})
Properties
- condition → FilterCondition?
-
The operator that you want to use to determine whether an operation matches
the specified value. Valid values for condition include:
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → OperationFilterName
-
Specify the operations that you want to get:
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
String> -
Specify values that are applicable to the value that you specify for
Name
: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