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