copyWith method

  1. @override
TextParseModeMarkdown copyWith({
  1. int? version,
})
override

Implementation

@override
TextParseModeMarkdown copyWith({
  int? version,
}) => TextParseModeMarkdown(
  version: version ?? this.version,
);