TemplatesConfig class
Configures default behavior for template selection.
page and section values are only used when the frontmatter's template
is not specified.
Constructors
- TemplatesConfig.new({String? page, String? section})
-
const
- TemplatesConfig.fromYaml(YamlMap? map)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited