filename property

String? filename

The filename associated with the data on the user's system. Returns null if not present.

Implementation

String? get filename => formData.contentDisposition.parameters['filename'];