Criterion class

The criteria to use in the filter that defines the archive rule.

Constructors

Criterion({List<String>? contains, List<String>? eq, bool? exists, List<String>? neq})
Criterion.fromJson(Map<String, dynamic> json)
factory

Properties

contains List<String>?
A "contains" operator to match for the filter used to create the rule.
final
eq List<String>?
An "equals" operator to match for the filter used to create the rule.
final
exists bool?
An "exists" operator to match for the filter used to create the rule.
final
hashCode int
The hash code for this object.
no setterinherited
neq List<String>?
A "not equals" operator to match for the filter used to create the rule.
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