factory TireSizeResultField.fromJson(Map<String, dynamic> json) => TireSizeResultField( confidence: json["confidence"], text: json["text"], );