SimpleFileFormat constructor

const SimpleFileFormat({
  1. List<PlatformFormat>? androidFormats,
  2. List<PlatformFormat>? iosFormats,
  3. List<PlatformFormat>? linuxFormats,
  4. List<PlatformFormat>? macosFormats,
  5. List<PlatformFormat>? windowsFormats,
  6. List<PlatformFormat>? webFormats,
  7. List<PlatformFormat>? uniformTypeIdentifiers,
  8. List<PlatformFormat>? mimeTypes,
  9. List<PlatformFormat> fallbackFormats = const [],
})

Implementation

const SimpleFileFormat({
  this.androidFormats,
  this.iosFormats,
  this.linuxFormats,
  this.macosFormats,
  this.windowsFormats,
  this.webFormats,
  this.uniformTypeIdentifiers,
  this.mimeTypes,
  this.fallbackFormats = const [],
});