DomainResp constructor

DomainResp(
  1. bool success,
  2. String message
)

Implementation

DomainResp(this.success, this.message);