ExportSettingsREST constructor

ExportSettingsREST({
  1. String? format,
})

Implementation

factory ExportSettingsREST({_i2.String? format}) =>
    ExportSettingsREST._(format: format);