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