MultipartFileModel class
A file to upload in a multipart request.
Constructors
- MultipartFileModel({required String key, required String path, String? fileName, String? mimeType})
-
const
Properties
Methods
-
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