Certification.fromJson(Map<String, dynamic> json) { authority = json['authority']; endDate = json['endDate']; name = json['name']; number = json['number']; startDate = json['startDate']; }