filename property
final
The filename of the file in the multipart request. If not specified, the filename from filePath will be used.
Implementation
final String? filename;
The filename of the file in the multipart request. If not specified, the filename from filePath will be used.
final String? filename;