Name.fromJson(Map<String, dynamic> json) { fullName = json['fullName']; givenName = json['givenName']; familyName = json['familyName']; }