action property
Object Function()
get
action
Implementation
_i2.Object Function() get action => () => _i5.callMethod(
_i5.getProperty(
this,
'action',
),
r'call',
[this],
);
set
action
(Object value())
Implementation
set action(_i2.Object Function() value) {
_i5.setProperty(
this,
'action',
_i5.allowInterop(value),
);
}