Novels constructor

Novels(
  1. List<Novel> novels,
  2. String? nextUrl
)

Implementation

Novels(this.novels, this.nextUrl);