SimpleFileFormat constructor
const
SimpleFileFormat({
- List<
PlatformFormat> ? androidFormats, - List<
PlatformFormat> ? iosFormats, - List<
PlatformFormat> ? linuxFormats, - List<
PlatformFormat> ? macosFormats, - List<
PlatformFormat> ? windowsFormats, - List<
PlatformFormat> ? webFormats, - List<
PlatformFormat> ? uniformTypeIdentifiers, - List<
PlatformFormat> ? mimeTypes, - 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 [],
});