FlowTemplateFilter class
An object that filters a workflow search.
Constructors
-
FlowTemplateFilter({required FlowTemplateFilterName name, required List<
String> value})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → FlowTemplateFilterName
-
The name of the search filter field.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
→ List<
String> -
An array of string values for the search filter field. Multiple values
function as AND criteria in the search.
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