Content class abstract

Content symbolizes node in content tree. See Page or Section for concrete implementation.

Implementers

Constructors

Content()

Properties

hashCode int
The hash code for this object.
no setterinherited
path String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
no setter

Methods

getPages() List<Page>
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.
inherited
when<R>(Config config, BuildData buildData, {R section(Config config, BuildData buildData, Section section)?, R page(Config config, BuildData buildData, Page page)?}) → R?

Operators

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