InsertInlineImageRequest constructor
InsertInlineImageRequest({
- EndOfSegmentLocation? endOfSegmentLocation,
- Location? location,
- Size? objectSize,
- String? uri,
Implementation
InsertInlineImageRequest({
this.endOfSegmentLocation,
this.location,
this.objectSize,
this.uri,
});