Page<T> constructor

Page<T>({
  1. String? sid,
  2. int? index,
  3. int? limit,
  4. int? total,
  5. bool? next,
  6. List<T>? data,
})

Implementation

Page({this.sid, this.index, this.limit, this.total, this.next, this.data});