filename property
String?
get
filename
The filename if this part is a file.
Implementation
String? get filename => _getHeaderParam('content-disposition', 'filename');
The filename if this part is a file.
String? get filename => _getHeaderParam('content-disposition', 'filename');