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