mdFactory property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
TMdFactory<TWriteable>? mdFactory
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;