filename property

String? get filename

The filename if this part is a file.

Implementation

String? get filename => _getHeaderParam('content-disposition', 'filename');