TextExpression class

Inheritance
Annotations
  • @JsonSerializable.new()

Constructors

TextExpression({required TextComparator comparator, required String value})
TextExpression.fromJson(Map<String, dynamic> json)
factory

Properties

comparator TextComparator
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
target String?
getter/setter pairinherited
type String?
getter/setter pairinherited
value String
getter/setter pair

Methods

checkValue(String targetValue) bool
override
evaluate(QuestionnaireState state) bool?
inherited
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

Constants

expressionType → const String