ExportOptions constructor
ExportOptions({})
Returns a new ExportOptions instance.
Implementation
ExportOptions({
required this.outputFormat,
this.excludePreviouslyExported,
this.createdEarliestTime,
this.createdOldestTime,
this.filter,
this.listSeparatorToken,
});