Zone constructor

Zone({
  1. required List<Generator> generators,
})

Implementation

Zone({required this.generators});