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