StatusDetails constructor
const
StatusDetails({})
Default constructor.
Implementation
const StatusDetails({
this.causes,
this.group,
this.kind,
this.name,
this.retryAfterSeconds,
this.uid,
});
Default constructor.
const StatusDetails({
this.causes,
this.group,
this.kind,
this.name,
this.retryAfterSeconds,
this.uid,
});