PhotoAttachment constructor

const PhotoAttachment({
  1. required MediaPayload payload,
  2. int? photoId,
})

Implementation

const PhotoAttachment({
  required this.payload,
  this.photoId,
}) : super(type: 'image');