Match class

Constructors

Match({required String message, required String shortMessage, required List<Replacement> replacements, required int offset, required int length, required Context context, required String sentence, required Type type, required Rule rule, required bool ignoreForIncompleteSentence, required int contextForSureMatch})
Match.fromJson(Map<String, dynamic> json)
factory

Properties

context Context
getter/setter pair
contextForSureMatch int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ignoreForIncompleteSentence bool
getter/setter pair
length int
getter/setter pair
message String
getter/setter pair
offset int
getter/setter pair
replacements List<Replacement>
getter/setter pair
rule Rule
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentence String
getter/setter pair
shortMessage String
getter/setter pair
type Type
getter/setter pair

Methods

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

Operators

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