ResendAddDomainResponse constructor
const
ResendAddDomainResponse({
- required String domainId,
- required String name,
- required DateTime createdAt,
- required ResendDomainStatus status,
- required List<
ResendDomainRecord> records,
Constructor of ResendAddContactResponse
Implementation
const ResendAddDomainResponse(
{required this.domainId,
required this.name,
required this.createdAt,
required this.status,
required this.records});