method property

String get method

Sets or retrieves how to send the form data to the server.

MDN Reference

Implementation

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

Implementation

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