formAction property
String
get
formAction
Overrides the action attribute (where the data on a form is sent) on the parent form element.
Implementation
_i2.String get formAction => _i4.getProperty(
this,
'formAction',
);
set
formAction
(String value)
Implementation
set formAction(_i2.String value) {
_i4.setProperty(
this,
'formAction',
value,
);
}