exportSettings property

  1. @JsonKey(defaultValue: [])
List<ExportSetting> exportSettings
final

An array of export settings representing images to export from the canvas.

Implementation

@JsonKey(defaultValue: [])
final List<ExportSetting> exportSettings;