UploadTaskConfig class Null safety
Defines the information to be used in the UploadFile and UploadObject processes
Constructors
- UploadTaskConfig({required String url, required UploadType uploadType, required AwsCredentialsConfig credentailsConfig, String? content, File? file})
Properties
- content ↔ String?
-
String of the content of the object to be uploaded. Only valid for UploadObject
read / write
- credentailsConfig ↔ AwsCredentialsConfig
-
read / write
- file ↔ File?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- uploadType → UploadType
-
The UploadType
final
- url ↔ String
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited