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