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