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