EySpecialText class abstract
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isMarkPinyin ↔ bool
-
是否标注拼音
getter/setter pair
- offset → int?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startFlag → String?
-
no setter
- textType → SpecialTextType
-
no setter
Methods
-
appendContent(
String? value) → void - append text of SpecialText
-
finishText(
) → InlineSpan - finish SpecialText
-
getContent(
) → String - get content of SpecialText
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setOffset(
int offset) → void -
setStartFlag(
String startFlag) → void -
setTextType(
SpecialTextType textType) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited