TurnPageNovel constructor

TurnPageNovel(
  1. int id,
  2. bool viewable,
  3. String contentOrder,
  4. String title,
  5. String coverUrl,
)

Implementation

TurnPageNovel(this.id, this.viewable, this.contentOrder, this.title, this.coverUrl);