MastodonStatusEdit constructor
- required String content,
- required String spoilerText,
- required bool sensitive,
- required DateTime createdAt,
- required MastodonAccount account,
- required List<
MastodonMediaAttachment> mediaAttachments, - required List<
MastodonCustomEmoji> emojis, - MastodonStatusEditPoll? poll,
Implementation
const MastodonStatusEdit({
required this.content,
required this.spoilerText,
required this.sensitive,
required this.createdAt,
required this.account,
required this.mediaAttachments,
required this.emojis,
this.poll,
});