MatchingContext class
Constructors
-
MatchingContext({required String fullText, required TextSelection selection, required bool isBackspacing, Map<
String, dynamic> state = const {}, List<MatchResult> previousMatches = const []}) -
const
Properties
- fullText → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBackspacing → bool
-
final
-
previousMatches
→ List<
MatchResult> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selection → TextSelection
-
final
-
state
→ Map<
String, dynamic> -
final
Methods
-
copyWith(
{String? fullText, TextSelection? selection, bool? isBackspacing, Map< String, dynamic> ? state, List<MatchResult> ? previousMatches}) → MatchingContext -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
textAfter(
int position) → String -
textBefore(
int position) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited