chapters property

int? chapters

Implementation

int? get chapters => _$this._chapters;
void chapters=(int? chapters)

Implementation

set chapters(int? chapters) => _$this._chapters = chapters;