MkParseOptions constructor
const
MkParseOptions({
- required MkConstructs constructs,
- required bool gfmStrikethroughSingleTilde,
- required bool mathTextSingleDollar,
Implementation
const factory MkParseOptions({
required MkConstructs constructs,
required bool gfmStrikethroughSingleTilde,
required bool mathTextSingleDollar,
}) = _MkParseOptions;