ActionLog constructor
const
ActionLog({})
Implementation
const ActionLog({
required this.createdAt,
required this.custom,
required this.id,
required this.reason,
required this.reporterType,
this.reviewQueueItem,
required this.reviewQueueItemId,
this.targetUser,
required this.targetUserId,
required this.type,
this.user,
});