FieldFilter class
Contains field filter information.
Constructors
- FieldFilter.new({bool? boolValue, DependentFieldValue? dependentFieldValue, int? fieldId, String? matchType, RequestValue? requestValue, String? stringValue, String? valueType})
- FieldFilter.fromJson(Map json_)
Properties
- boolValue ↔ bool?
-
The boolean values, only applicable when rhs_value_type is BOOL.
getter/setter pair
- dependentFieldValue ↔ DependentFieldValue?
-
The dependent values, only applicable when rhs_value_type is DEPENDENT.
getter/setter pair
- fieldId ↔ int?
-
The field ID on the left hand side of the expression.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- matchType ↔ String?
-
Left hand side of the expression match type.
getter/setter pair
- requestValue ↔ RequestValue?
-
The request value, only applicable when rhs_value_type is REQUEST.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringValue ↔ String?
-
The string value, only applicable when rhs_value_type is STRING.
getter/setter pair
- valueType ↔ String?
-
Right hand side of the expression.
getter/setter pair
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