DataPageSimpleItemSchema constructor
DataPageSimpleItemSchema({})
Returns a new DataPageSimpleItemSchema instance.
Implementation
DataPageSimpleItemSchema({
this.data = const [],
required this.total,
required this.page,
required this.size,
this.pages,
});