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