RequestFile class
Constructors
- RequestFile.new({required String filename, required String filetype, required MimeMultipart stream})
Properties
-
bytes
→ Future<
Uint8List> -
get file content in bytes
no setter
- extension → String
-
Get file extension
eg. png, jpeg, pdf
no setter
- filename → String
-
final
- filetype → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
size
→ Future<
num> -
get file size in kilobytes
no setter
- stream → MimeMultipart
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
store(
String folder) → Future< String> - this function will store the file in your project storage folder
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited