static Event fromJson(String json){ final map = jsonDecode(json); return Event( map["event"], map["status"], map["code"], map["data"] ); }