ResourceCondition constructor

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

Implementation

ResourceCondition({
  this.lastTransitionTime,
  this.message,
  this.reason,
  this.state,
  this.type,
});