Options constructor
const
Options({
- ApprovalScrubber scrubber = const ScrubNothing(),
- bool approveResult = false,
- Comparator comparator = const FileComparator(),
- Reporter reporter = const CommandLineReporter(),
- bool deleteReceivedFile = true,
- Namer? namer,
- bool logErrors = true,
- bool logResults = true,
- bool includeClassNameDuringSerialization = true,
Implementation
const Options({
this.scrubber = const ScrubNothing(),
this.approveResult = false,
this.comparator = const FileComparator(),
this.reporter = const CommandLineReporter(),
this.deleteReceivedFile = true,
this.namer,
this.logErrors = true,
this.logResults = true,
this.includeClassNameDuringSerialization = true,
});