TMdFactory<T extends TWriteable> class
Constructors
-
TMdFactory({required T writeable, TMdFrontmatterBuilder<
T> ? mdFrontmatterBuilder, TMdBodyBuilder<T> ? mdBodyBuilder, TMdFileBuilder<T> ? mdBuilder})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
mdBodyBuilder
→ TMdBodyBuilder<
T> ? -
final
-
mdBuilder
→ TMdFileBuilder<
T> ? -
final
-
mdFrontmatterBuilder
→ TMdFrontmatterBuilder<
T> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- writeable → T
-
final
Methods
-
build(
{TMdFileBuilder< TWriteable> ? mdBuilder}) → TMdFile -
buildBody(
{TMdBodyBuilder< TWriteable> ? mdBodyBuilder}) → TMdBody -
buildFrontmatter(
{TMdFrontmatterBuilder< TWriteable> ? mdFrontmatterBuilder}) → TMdFrontmatter -
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