UploadedFile class

Uploaded File Data

Constructors

UploadedFile({required String type, required String name, required String filename, required List<int> data})

Properties

data List<int>
The bytes file data
final
filename String
Filename
final
hashCode int
The hash code for this object.
no setterinherited
name String
Name of the file field from the request
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The MIME type of the file
final

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