name property
String?
get
name
The name of the form field.
Implementation
String? get name => _getHeaderParam('content-disposition', 'name');
The name of the form field.
String? get name => _getHeaderParam('content-disposition', 'name');