FilterParts class
- Annotations
-
- @JsonSerializable()
Constructors
- FilterParts.new({required String field, required dynamic value, required FieldOperator operator, required FilterPartTypeEnum on, String? webhookUrl, TimeOperator? timeOperator, required String step})
-
FilterParts.fromJson(Map<
String, dynamic> json) -
factory
Properties
- field ↔ String
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- on ↔ FilterPartTypeEnum
-
latefinal
- operator ↔ FieldOperator
-
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- step ↔ String
-
latefinal
- timeOperator → TimeOperator?
-
final
- value ↔ dynamic
-
latefinal
- webhookUrl → String?
-
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