mdFactory property
- @JsonKey.new(includeFromJson: false, includeToJson: false)
finalinherited
Returns a function that builds a Markdown string from a JSON map.
Subclasses should override this getter to supply their Markdown builder, or set it externally, if applicable.
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
final TMdFactory? mdFactory;