Illusts constructor

Illusts(
  1. List<Illust> illusts,
  2. String? nextUrl
)

Implementation

Illusts(this.illusts, this.nextUrl);