method property
String
get
method
Sets or retrieves how to send the form data to the server.
Implementation
_i2.String get method => _i4.getProperty(
this,
'method',
);
set
method
(String value)
Implementation
set method(_i2.String value) {
_i4.setProperty(
this,
'method',
value,
);
}