Convert from JSON
EventSummary.fromJson(Map<String, dynamic> json) : resourceUri = json['resourceURI'], name = json['name'];