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