MkParseOptions constructor

const MkParseOptions({
  1. required MkConstructs constructs,
  2. required bool gfmStrikethroughSingleTilde,
  3. required bool mathTextSingleDollar,
})

Implementation

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