FileFormat class

describes a single instance of a file format, for example, the WAV audio format is an uncompressed audio format.

Constructors

FileFormat({required String canonicalName, required List<String> validExtensions, required bool canWrite, required bool canRead})
const

Properties

canonicalName String
final
canRead bool
final
canWrite bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validExtensions List<String>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator +(String extension) → void
operator ==(Object other) bool
The equality operator.
inherited