PodCondition constructor
const
PodCondition({})
Default constructor.
Implementation
const PodCondition({
this.lastProbeTime,
this.lastTransitionTime,
this.message,
this.reason,
required this.status,
required this.type,
});