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