factory DecodeConfig.fromJson(Map<String, dynamic> json) { return DecodeConfig( unvalidatedJSON: json['unvalidatedJSON'] as String, ); }