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