CreateImageRequest constructor

CreateImageRequest({
  1. PageElementProperties? elementProperties,
  2. String? objectId,
  3. String? url,
})

Implementation

CreateImageRequest({this.elementProperties, this.objectId, this.url});