ComPage<T> constructor

ComPage<T>({
  1. int no = 0,
  2. int page = 0,
  3. int total = 0,
})

Implementation

ComPage({this.no = 0, this.page = 0, this.total = 0});