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