Chapter class

Constructors

Chapter(String name, ChapterBuildFunction _buildFn, Story story, {String? codeLink, String? info, bool pinInfo = false})

Properties

final
ctx DashbookContext
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
info String?
final
name String
final
pinInfo bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
story Story
final

Methods

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

Operators

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