SerializationOptions constructor

SerializationOptions({
  1. bool? embedSourceImage,
  2. bool? enabled,
  3. SerializationExportType? exportType,
  4. String? filename,
})

Creates new SerializationOptions.

Implementation

SerializationOptions({
  this.embedSourceImage,
  this.enabled,
  this.exportType,
  this.filename,
});