UploadSettings class

Constructors

UploadSettings({bool? compress, int? maxFileSize, List<FileFormatAndroid>? fileFormatsAndroid, List<FileFormatIOS>? fileFormatsIOS})

Properties

compress bool?
Enables/disables file compression before uploading.
getter/setter pair
fileFormatsAndroid List<FileFormatAndroid>?
Defines the file format that will be accepted for upload. The options are: FileFormatAndroid.pdf, FileFormatAndroid.jpg, FileFormatAndroid.jpeg, FileFormatAndroid.png, FileFormatAndroid.heif.
getter/setter pair
fileFormatsIOS List<FileFormatIOS>?
Defines the file format that will be accepted for upload. The options are: FileFormatIOS.pdf, FileFormatIOS.jpeg, FileFormatIOS.png.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxFileSize int?
Specifies the maximum file size for upload, in kilobytes (kB).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asMap() Map
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