Autoscale constructor

Autoscale({
  1. String? currentSlots,
  2. String? maxSlots,
})

Implementation

Autoscale({this.currentSlots, this.maxSlots});