Condition class

Contains information about the condition.

Constructors

Condition({List<String>? eq, List<String>? equals, int? greaterThan, int? greaterThanOrEqual, int? gt, int? gte, int? lessThan, int? lessThanOrEqual, int? lt, int? lte, List<String>? neq, List<String>? notEquals})
Condition.fromJson(Map<String, dynamic> json)
factory

Properties

eq List<String>?
Represents the equal condition to be applied to a single field when querying for findings.
final
equals List<String>?
Represents an equal condition to be applied to a single field when querying for findings.
final
greaterThan int?
Represents a greater than condition to be applied to a single field when querying for findings.
final
greaterThanOrEqual int?
Represents a greater than or equal condition to be applied to a single field when querying for findings.
final
gt int?
Represents a greater than condition to be applied to a single field when querying for findings.
final
gte int?
Represents a greater than or equal condition to be applied to a single field when querying for findings.
final
hashCode int
The hash code for this object.
no setterinherited
lessThan int?
Represents a less than condition to be applied to a single field when querying for findings.
final
lessThanOrEqual int?
Represents a less than or equal condition to be applied to a single field when querying for findings.
final
lt int?
Represents a less than condition to be applied to a single field when querying for findings.
final
lte int?
Represents a less than or equal condition to be applied to a single field when querying for findings.
final
neq List<String>?
Represents the not equal condition to be applied to a single field when querying for findings.
final
notEquals List<String>?
Represents a not equal condition to be applied to a single field when querying for findings.
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