ResourceLimits constructor

ResourceLimits({
  1. String? cpu,
  2. String? memory,
})

Implementation

ResourceLimits({this.cpu, this.memory});