MarkedUpText class
Размеченный текст.
Constructors
-
MarkedUpText({required String text, required List<
MarkedUpTextSpan> matchedParts}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
matchedParts
→ List<
MarkedUpTextSpan> -
Набор непересекающихся Span в порядке их расположения в строке text, описывающих части, совпадающие
с пользовательским запросом.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
Текст.
final
Methods
-
copyWith(
{String? text, List< MarkedUpTextSpan> ? matchedParts}) → MarkedUpText -
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.
override