NotInOperator class

Inheritance

Constructors

NotInOperator({required String key, required dynamic expected})

Properties

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

Methods

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

Operators

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