ResendDomainRecord constructor
const
ResendDomainRecord({})
Constructor of ResendDomainRecord
Implementation
const ResendDomainRecord(
{required this.record,
required this.name,
required this.type,
required this.ttl,
required this.status,
required this.value,
this.priority});