EventResponse.fromJson constructor

EventResponse.fromJson(
  1. Map<String, dynamic> json
)

JSON deserialization

Implementation

factory EventResponse.fromJson(Map<String, dynamic> json) =>
    _$EventResponseFromJson(json);