Depends constructor

const Depends(dynamic dep1, [ dynamic dep2, dynamic dep3, dynamic dep4, dynamic dep5, dynamic dep6, dynamic dep7, dynamic dep8 ])

Implementation

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