FileCommentPayload constructor
const
FileCommentPayload({})
Implementation
const FileCommentPayload({
required super.passcode,
required super.timestamp,
required super.webhookId,
required this.comment,
required this.commentId,
required this.createdAt,
required this.fileKey,
required this.fileName,
required this.mentions,
required this.triggeredBy,
});