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