PhotoAttachment constructor
const
PhotoAttachment({
- required MediaPayload payload,
- int? photoId,
Implementation
const PhotoAttachment({
required this.payload,
this.photoId,
}) : super(type: 'image');