MastodonReport constructor
Implementation
const MastodonReport({
required this.id,
required this.actionTaken,
this.actionTakenAt,
required this.category,
required this.comment,
required this.forwarded,
this.createdAt,
this.statusIds,
this.ruleIds,
this.targetAccount,
});