Depends constructor

const Depends(
  1. dynamic dep1, [
  2. dynamic dep2,
  3. dynamic dep3,
  4. dynamic dep4,
  5. dynamic dep5,
  6. dynamic dep6,
  7. dynamic dep7,
  8. dynamic dep8,
])

Implementation

const Depends(this.dep1,
    [this.dep2,
    this.dep3,
    this.dep4,
    this.dep5,
    this.dep6,
    this.dep7,
    this.dep8]);