ScaleSpec constructor

const ScaleSpec({
  1. int? replicas,
})

The main constructor.

Implementation

const ScaleSpec({
  this.replicas,
});