toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    forceUpdateSnapshotsFlag: forceCaptureMode,
    driverPathOption: driverDirPath,
    testsPathOption: testsDirPath,
    snapsPathOption: snapshotDirPath,
  };
}