ResendAddDomainResponse constructor

const ResendAddDomainResponse({
  1. required String domainId,
  2. required String name,
  3. required DateTime createdAt,
  4. required ResendDomainStatus status,
  5. 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});