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