UnitCondition constructor

UnitCondition({
  1. String? lastTransitionTime,
  2. String? message,
  3. String? reason,
  4. String? status,
  5. String? type,
})

Implementation

UnitCondition({
  this.lastTransitionTime,
  this.message,
  this.reason,
  this.status,
  this.type,
});