MarkdownContent class
A Content type that returns the rendered results from a markdown string
Constructors
- MarkdownContent({required String markdown})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toHtml(
) → String -
Returns an HTML representation of the element
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited