EventDetailModelResponse.fromRawJson constructor
- String str
Implementation
factory EventDetailModelResponse.fromRawJson(String str) => EventDetailModelResponse.fromJson(json.decode(str));
factory EventDetailModelResponse.fromRawJson(String str) => EventDetailModelResponse.fromJson(json.decode(str));