BoolEvaluator class

A default evaluator for bool values. Use evaluate method to determine if the input value is true or false according to the provided values.

Constructors

BoolEvaluator()

Properties

falses List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trues List<String>
getter/setter pair

Methods

evaluate(String value) bool
Evaluate the input value String trying to determine whether it is true or false. Throws an exception otherwise.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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