formAction property

String get formAction

Implementation

String get formAction => js_util.getProperty(this, 'formAction');
set formAction (String newValue)

Implementation

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