MeteringState constructor

MeteringState({
  1. String? lastMeasurementTime,
  2. double? preciseLastMeasuredClusterVcpuCapacity,
})

Implementation

MeteringState({
  this.lastMeasurementTime,
  this.preciseLastMeasuredClusterVcpuCapacity,
});