encoding property

String get encoding

Sets or retrieves the MIME encoding for the form.

MDN Reference

Implementation

_i2.String get encoding => _i4.getProperty(
      this,
      'encoding',
    );
set encoding (String value)

Implementation

set encoding(_i2.String value) {
  _i4.setProperty(
    this,
    'encoding',
    value,
  );
}