ExportSetting constructor

ExportSetting({
  1. String? suffix,
  2. ExportFormat? format,
  3. Constraint? constraint,
})

Implementation

ExportSetting({this.suffix, this.format, this.constraint});