Selector class
A comparision that is used to determine whether a query should return this object.
Properties
- fieldName → String?
-
The name of the field that the operator will be applied to. The field name
is the "key" portion of the field definition in the pipeline definition
syntax that is used by the AWS Data Pipeline API. If the field is not set on
the object, the condition fails.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- operator → Operator?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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