ResendVerifyDomainResponse constructor

const ResendVerifyDomainResponse({
  1. required String domainId,
})

Constructor of ResendVerifyDomainResponse

Implementation

const ResendVerifyDomainResponse({required this.domainId});