CustomDomainCondition constructor
const
CustomDomainCondition({})
Implementation
const CustomDomainCondition({
required this.type,
required this.status,
required this.reason,
required this.message,
required this.observedAt,
});