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