ActiveEventResponseSchema constructor

ActiveEventResponseSchema({
  1. required ActiveEventSchema data,
})

Returns a new ActiveEventResponseSchema instance.

Implementation

ActiveEventResponseSchema({
  required this.data,
});