name property

String? get name

The name of the form field.

Implementation

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