factory Specificity.fromJson(Map<String, dynamic> json) { return Specificity( a: json['a'] as int, b: json['b'] as int, c: json['c'] as int, ); }