ConditionOperator class abstract

Inheritance
Implementers

Constructors

ConditionOperator({required String key, required dynamic expected, required String operator})

Properties

expected ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String
getter/setter pair
operator String
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

evaluate(Map<String, dynamic> values) bool
inherited
getValue(Map<String, dynamic> values) → dynamic
keys() List<String>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited