DroDustributerListModel constructor

DroDustributerListModel({
  1. int? page,
  2. int? size,
  3. int? totalElements,
  4. int? totalPages,
  5. bool? last,
  6. List<DroDustributerContent>? content,
})

Implementation

DroDustributerListModel(
    {this.page,
    this.size,
    this.totalElements,
    this.totalPages,
    this.last,
    this.content});