OrgQueryPropertyMatcher class

Inheritance

Constructors

OrgQueryPropertyMatcher({required String property, required String operator, required dynamic value})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
operator String
final
property String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
final

Methods

evaluateNumber(num? left, String operator, num right) bool
evaluateString(String? left, String operator, String right) bool
matches(OrgSection section) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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