AttachmentUpdate constructor
AttachmentUpdate({
- required AttachmentUpdateVersion version,
- required String id,
- required AttachmentUpdateType type,
- String? title,
- AttachmentUpdateMetadata? metadata,
- AttachmentUpdateContainer? container,
Implementation
AttachmentUpdate(
{required this.version,
required this.id,
required this.type,
this.title,
this.metadata,
this.container});