FilesFormat class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
isAPK
→ bool
-
Checks if string is an apk file.
no setter
-
isAudio
→ bool
-
Checks if string is an audio file.
no setter
-
isChm
→ bool
-
Checks if string is an chm file.
no setter
-
isExcel
→ bool
-
Checks if string is an excel file.
no setter
-
isHTML
→ bool
-
Checks if string is an html file.
no setter
-
isImage
→ bool
-
Checks if string is an image file.
no setter
-
isPDF
→ bool
-
Checks if string is an pdf file.
no setter
-
isPPT
→ bool
-
Checks if string is an powerpoint file.
no setter
-
isTxt
→ bool
-
Checks if string is an txt file.
no setter
-
isVector
→ bool
-
Checks if string is a vector file.
no setter
-
isVideo
→ bool
-
Checks if string is an video file.
no setter
-
isWord
→ bool
-
Checks if string is an word file.
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