totalChapters property

int? totalChapters

Implementation

int? get totalChapters => _$this._totalChapters;
void totalChapters=(int? totalChapters)

Implementation

set totalChapters(int? totalChapters) =>
    _$this._totalChapters = totalChapters;