filename property
The filename associated with the data on the user's system.
Returns null
if not present.
Implementation
String get filename => formData.contentDisposition.parameters['filename'];
The filename associated with the data on the user's system.
Returns null
if not present.
String get filename => formData.contentDisposition.parameters['filename'];