static Event fromMap(Map map){ return Event( map["event"], map["status"], map["code"], map["data"] ); }