formMethod property

String formMethod

Implementation

String get formMethod => js_util.getProperty(this, 'formMethod');
void formMethod=(String newValue)

Implementation

set formMethod(String newValue) {
  js_util.setProperty(this, 'formMethod', newValue);
}