GlobalConfigNullable constructor

GlobalConfigNullable({
  1. bool? isolationMode,
  2. bool? enableReportSaver,
  3. String? goldenDiffGitRepo,
})

Implementation

factory GlobalConfigNullable({
  bool? isolationMode,
  bool? enableReportSaver,
  String? goldenDiffGitRepo,
}) = _GlobalConfigNullable;