ScaleSpec constructor

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

Default constructor.

Implementation

const ScaleSpec({
  this.replicas,
});