factory ResultField.fromJson(Map<String, dynamic> json) { return ResultField( field: json['field'] as String?, value: json['value'] as String?, ); }