MkCompileOptions class
- Annotations
-
- @freezed
- @immutable
Constructors
- MkCompileOptions.new({required bool allowDangerousHtml, required bool allowDangerousProtocol, String? gfmFootnoteLabel, String? gfmFootnoteLabelTagName, String? gfmFootnoteLabelAttributes, String? gfmFootnoteBackLabel, String? gfmFootnoteClobberPrefix, required bool gfmTaskListItemCheckable, required bool gfmTagfilter, MkLineEnding? defaultLineEnding})
-
constfactory
Properties
- allowDangerousHtml → bool
-
no setterinherited
- allowDangerousProtocol → bool
-
no setterinherited
-
copyWith
→ $MkCompileOptionsCopyWith<
MkCompileOptions> -
Create a copy of MkCompileOptions
with the given fields replaced by the non-null parameter values.
no setterinherited
- defaultLineEnding → MkLineEnding?
-
no setterinherited
- gfmFootnoteBackLabel → String?
-
no setterinherited
- gfmFootnoteClobberPrefix → String?
-
no setterinherited
- gfmFootnoteLabel → String?
-
no setterinherited
- gfmFootnoteLabelAttributes → String?
-
no setterinherited
- gfmFootnoteLabelTagName → String?
-
no setterinherited
- gfmTagfilter → bool
-
no setterinherited
- gfmTaskListItemCheckable → bool
-
no setterinherited
- 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