LivePageResult constructor

LivePageResult(
  1. List<Live> lives,
  2. String? nextUrl
)

Implementation

LivePageResult(this.lives, this.nextUrl);