PhotoAttachmentRequestPayload constructor

const PhotoAttachmentRequestPayload({
  1. String? url,
  2. String? token,
  3. Map<String, String>? photos,
})

Implementation

const PhotoAttachmentRequestPayload({
  this.url,
  this.token,
  this.photos,
});