UploadSettings class

Constructors

UploadSettings.new({String? activityLayout, String? popUpLayout, bool? compress, int? maxFileSize, String? intent, List<String>? fileFormats})

Properties

activityLayout String?
getter/setter pair
compress bool?
getter/setter pair
fileFormats List<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intent String?
getter/setter pair
maxFileSize int?
getter/setter pair
popUpLayout String?
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