MarkdownContentConfig class abstract

Configuration interface for pages that display markdown content with appendix files.

This interface abstracts the common configuration needed by both BlogPageConfig and MyTwoCentsConfig, enabling code reuse through MarkdownContentPage.

Constructors

MarkdownContentConfig()

Properties

docsDesc List<Map<String, String>>
List of appendix documents with their metadata.
no setter
filePath String
The path to the markdown file to display.
no setter
hashCode int
The hash code for this object.
no setterinherited
imageDir String
The directory containing images referenced in the markdown.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited