CircularDependencyException constructor

const CircularDependencyException(
  1. List<String> cycle
)

Implementation

const CircularDependencyException(this.cycle);