factory ResourceReference.fromJson(Map<String, dynamic> json) { return ResourceReference( type: json['type'] ?? '', childType: json['childType'] ?? '', ); }