Match class Null safety
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
-
read / write
- contextForSureMatch ↔ int
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- ignoreForIncompleteSentence ↔ bool
-
read / write
- length ↔ int
-
read / write
- message ↔ String
-
read / write
- offset ↔ int
-
read / write
-
replacements
↔ List<
Replacement> -
read / write
- rule ↔ Rule
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sentence ↔ String
-
read / write
- shortMessage ↔ String
-
read / write
- type ↔ Type
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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