formData top-level property
dynamic
get
formData
Provides a way to easily construct a set of key/value pairs representing form fields and their values, which can then be easily sent using the XMLHttpRequest.send() method. It uses the same format a form would use if the encoding type were set to "multipart/form-data".
Implementation
_i2.dynamic get formData => _i4.getProperty(
_self,
'FormData',
);