MkConstructs class
- Annotations
-
- @freezed
- @immutable
Constructors
- MkConstructs.new({required bool attention, required bool autolink, required bool blockQuote, required bool characterEscape, required bool characterReference, required bool codeIndented, required bool codeFenced, required bool codeText, required bool definition, required bool frontmatter, required bool gfmAutolinkLiteral, required bool gfmFootnoteDefinition, required bool gfmLabelStartFootnote, required bool gfmStrikethrough, required bool gfmTable, required bool gfmTaskListItem, required bool hardBreakEscape, required bool hardBreakTrailing, required bool headingAtx, required bool headingSetext, required bool htmlFlow, required bool htmlText, required bool labelStartImage, required bool labelStartLink, required bool labelEnd, required bool listItem, required bool mathFlow, required bool mathText, required bool mdxEsm, required bool mdxExpressionFlow, required bool mdxExpressionText, required bool mdxJsxFlow, required bool mdxJsxText, required bool thematicBreak})
-
constfactory
Properties
- attention → bool
-
no setterinherited
- autolink → bool
-
no setterinherited
- blockQuote → bool
-
no setterinherited
- characterEscape → bool
-
no setterinherited
- characterReference → bool
-
no setterinherited
- codeFenced → bool
-
no setterinherited
- codeIndented → bool
-
no setterinherited
- codeText → bool
-
no setterinherited
-
copyWith
→ $MkConstructsCopyWith<
MkConstructs> -
Create a copy of MkConstructs
with the given fields replaced by the non-null parameter values.
no setterinherited
- definition → bool
-
no setterinherited
- frontmatter → bool
-
no setterinherited
- gfmAutolinkLiteral → bool
-
no setterinherited
- gfmFootnoteDefinition → bool
-
no setterinherited
- gfmLabelStartFootnote → bool
-
no setterinherited
- gfmStrikethrough → bool
-
no setterinherited
- gfmTable → bool
-
no setterinherited
- gfmTaskListItem → bool
-
no setterinherited
- hardBreakEscape → bool
-
no setterinherited
- hardBreakTrailing → bool
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- headingAtx → bool
-
no setterinherited
- headingSetext → bool
-
no setterinherited
- htmlFlow → bool
-
no setterinherited
- htmlText → bool
-
no setterinherited
- labelEnd → bool
-
no setterinherited
- labelStartImage → bool
-
no setterinherited
- labelStartLink → bool
-
no setterinherited
- listItem → bool
-
no setterinherited
- mathFlow → bool
-
no setterinherited
- mathText → bool
-
no setterinherited
- mdxEsm → bool
-
no setterinherited
- mdxExpressionFlow → bool
-
no setterinherited
- mdxExpressionText → bool
-
no setterinherited
- mdxJsxFlow → bool
-
no setterinherited
- mdxJsxText → bool
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thematicBreak → bool
-
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