MarkdownString class
Human-readable text that supports formatting via the markdown syntax.
Rendering of {@link ThemeIcontheme icons} via the $(<name>)
-syntax is supported
when the {@linkcode supportThemeIcons} is set to true
.
Rendering of embedded html is supported when {@linkcode supportHtml} is set to true
.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- MarkdownString([String? value, bool? supportThemeIcons])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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