RdapResponse constructor

RdapResponse({
  1. List<String>? description,
  2. int? errorCode,
  3. HttpBody? jsonResponse,
  4. String? lang,
  5. List<Notice>? notices,
  6. List<String>? rdapConformance,
  7. String? title,
})

Implementation

RdapResponse({
  this.description,
  this.errorCode,
  this.jsonResponse,
  this.lang,
  this.notices,
  this.rdapConformance,
  this.title,
});