GetFile class

Constructors

GetFile({required String path, String? name, int? size})

Properties

hashCode int
The hash code for this object.
no setterinherited
isAudio bool
no setter
isDocument bool
no setter
isImage bool
no setter
isMediaOrDocs bool
no setter
isVideo bool
no setter
mediaType MediaType?
no setter
multipart Future<GetMultipartFile>
no setter
name String
no setter
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
no setter
type String
no setter

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 ==(Object other) bool
The equality operator.
inherited

Static Methods

toMultipart(List<GetFile> files) Future<List<GetMultipartFile>>

Constants

audioTypes → const List<String>
docTypes → const List<String>
imageTypes → const List<String>
mediaAndDocTypes → const List<String>
videoTypes → const List<String>