RequestFile class

Constructors

RequestFile({required String filename, required String filetype, required MimeMultipart stream})

Properties

bytes Future<List<int>>
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
stream → MimeMultipart
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
store({String folder = 'storage'}) 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