DomainDetails constructor

DomainDetails({
  1. String? domain,
})

Implementation

DomainDetails({
  this.domain,
});