TestDependencyError constructor

const TestDependencyError(
  1. String message,
  2. List<String> resolutionSteps
)

Implementation

const TestDependencyError(this.message, this.resolutionSteps);