FileType enum

Inheritance
Available extensions

Values

WINDOWS_FILE → const FileType

WINDOWS_FILE for .all extensions

WINDOWS_VIDEO → const FileType

WINDOWS_VIDEO for .videos extensions

WINDOWS_IMAGE → const FileType

WINDOWS_IMAGE for .images extensions

WINDOWS_MEDIA → const FileType

WINDOWS_MEDIA for .allMedia extensions

WINDOWS_AUDIO → const FileType

WINDOWS_AUDIO for .audio extensions

AVI → const FileType

AVI for .avi extension

BMP → const FileType

BMP for .bmp extension

EPUB → const FileType

EPUB for .epub extention

GIF → const FileType

GIF for .gif extension

JSON → const FileType

JSON for .json extension

MPEG → const FileType

MPEG for .mpeg extension

MP3 → const FileType

MP3 for .mp3 extension

OTF → const FileType

OTF for .otf extension

PNG → const FileType

PNG for .png extension

ZIP → const FileType

ZIP for .zip extension

TTF → const FileType

TTF for .ttf extension

RAR → const FileType

RAR for .rar extension

JPEG → const FileType

JPEG for .jpeg extension

AAC → const FileType

AAC for .aac extension

PDF → const FileType

PDF for .pdf extension

OPENDOCSHEETS → const FileType

OPENDOCSHEETS for .ods extension

OPENDOCPRESENTATION → const FileType

OPENDOCPRESENTATION for .odp extension

OPENDOCTEXT → const FileType

OPENDOCTEXT for .odt extension

MICROSOFTWORD → const FileType

MICROSOFTWORD for .docx extension

MICROSOFTEXCEL → const FileType

MICROSOFTEXCEL for .xlsx extension

MICROSOFTPRESENTATION → const FileType

MICROSOFTPRESENTATION for .pptx extension

TEXT → const FileType

TEXT for .txt extension

CSV → const FileType

CSV for .csv extension

ASICE → const FileType

ASICE for .asice

ASICS → const FileType

ASICS for .asice

BDOC → const FileType

BDOC for .asice

OTHER → const FileType

OTHER for other extension

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<FileType>
A constant List of the values in this enum, in order of their declaration.