InsertInlineImageRequest constructor

InsertInlineImageRequest({
  1. EndOfSegmentLocation? endOfSegmentLocation,
  2. Location? location,
  3. Size? objectSize,
  4. String? uri,
})

Implementation

InsertInlineImageRequest({
  this.endOfSegmentLocation,
  this.location,
  this.objectSize,
  this.uri,
});