Chapter constructor

Chapter(
  1. Map? _allProperties
)

Creates a new Chapter instance

Implementation

Chapter(this._allProperties);