NPCResponseSchema constructor

NPCResponseSchema({
  1. required NPCSchema data,
})

Returns a new NPCResponseSchema instance.

Implementation

NPCResponseSchema({
  required this.data,
});