MastodonAdminDomainBlockRequest constructor

const MastodonAdminDomainBlockRequest({
  1. String? domain,
  2. String? severity,
  3. bool? rejectMedia,
  4. bool? rejectReports,
  5. String? privateComment,
  6. String? publicComment,
  7. bool? obfuscate,
})

Creates a MastodonAdminDomainBlockRequest.

Implementation

const MastodonAdminDomainBlockRequest({
  this.domain,
  this.severity,
  this.rejectMedia,
  this.rejectReports,
  this.privateComment,
  this.publicComment,
  this.obfuscate,
});