SnifferType class abstract
An abstract class that defines the blueprint for text matching and styling.
This class is intended to be extended by specific implementations that provide regular expressions for matching text patterns and corresponding text styles for formatting the matched content.
- Implementers
Constructors
- SnifferType({TextStyle? style, RegExp? pattern})
Properties
Methods
-
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