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