toJson method Null safety
Implementation
Json toJson() {
return {
forceUpdateSnapshotsFlag: forceCaptureMode,
driverPathOption: driverDirPath,
testsPathOption: testsDirPath,
snapsPathOption: snapshotDirPath,
};
}
Json toJson() {
return {
forceUpdateSnapshotsFlag: forceCaptureMode,
driverPathOption: driverDirPath,
testsPathOption: testsDirPath,
snapsPathOption: snapshotDirPath,
};
}