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