Section class

Section is node with other subsections or pages.

Inheritance

Constructors

Section({Page? index, required String path, List<Content> children = const []})

Properties

children List<Content>
Page or Section content.
final
hashCode int
The hash code for this object.
no setterinherited
index Page?
final
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
no setterinherited

Methods

getPages() List<Page>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object?>
override
toString() String
A string representation of this object.
override
when<R>(Config config, BuildData buildData, {R section(Config config, BuildData buildData, Section section)?, R page(Config config, BuildData buildData, Page page)?}) → R?
override

Operators

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