name property

String? name

The name of the field associated with this data. Returns null if not present.

Implementation

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