MastodonReportCreateRequest constructor
Creates a MastodonReportCreateRequest.
Implementation
const MastodonReportCreateRequest({
required this.accountId,
this.statusIds,
this.comment,
this.forward,
this.category,
this.ruleIds,
});
Creates a MastodonReportCreateRequest.
const MastodonReportCreateRequest({
required this.accountId,
this.statusIds,
this.comment,
this.forward,
this.category,
this.ruleIds,
});