formMethod property
String
get
formMethod
Implementation
String get formMethod => js_util.getProperty(this, 'formMethod');
set
formMethod
(String newValue)
Implementation
set formMethod(String newValue) {
js_util.setProperty(this, 'formMethod', newValue);
}