SandboxDependencyCheck constructor

const SandboxDependencyCheck({
  1. List<String> errors = const [],
  2. List<String> warnings = const [],
})

Implementation

const SandboxDependencyCheck({
  this.errors = const [],
  this.warnings = const [],
});