NPCResponseSchema constructor
NPCResponseSchema({
- required NPCSchema data,
Returns a new NPCResponseSchema instance.
Implementation
NPCResponseSchema({
required this.data,
});
Returns a new NPCResponseSchema instance.
NPCResponseSchema({
required this.data,
});