factory Beard.fromJson(Map<String, dynamic> json) { return Beard( confidence: json['Confidence'] as double?, value: json['Value'] as bool?, ); }