factory Parent.fromJson(Map<String, dynamic> json) { return Parent( name: json['Name'] as String?, ); }