DecodingResult.fromJson(Map<String, dynamic> json) : this._( json['charset'] as String, json['string'] as String, );