CreateImageRequest constructor
CreateImageRequest({
- PageElementProperties? elementProperties,
- String? objectId,
- String? url,
Implementation
CreateImageRequest({
this.elementProperties,
this.objectId,
this.url,
});