SnapshotTestOptions constructor Null safety

SnapshotTestOptions(
  1. {required String snapshotDirPath,
  2. required String testsDirPath,
  3. required String driverDirPath,
  4. required bool forceCaptureMode}
)

Implementation

SnapshotTestOptions({
  required this.snapshotDirPath,
  required this.testsDirPath,
  required this.driverDirPath,
  required this.forceCaptureMode,
});