MastodonAdminReport constructor
const
MastodonAdminReport({ - required String id,
- required bool actionTaken,
- DateTime? actionTakenAt,
- required String category,
- required bool forwarded,
- DateTime? createdAt,
- DateTime? updatedAt,
- MastodonAdminAccount? account,
- MastodonAdminAccount? targetAccount,
- MastodonAdminAccount? assignedAccount,
- MastodonAdminAccount? actionTakenByAccount,
- List<MastodonStatus> statuses = const [],
- List<MastodonInstanceRule> rules = const [],
})
Implementation
const MastodonAdminReport({
required this.id,
required this.actionTaken,
this.actionTakenAt,
required this.category,
required this.comment,
required this.forwarded,
this.createdAt,
this.updatedAt,
this.account,
this.targetAccount,
this.assignedAccount,
this.actionTakenByAccount,
this.statuses = const [],
this.rules = const [],
});