action property
IgnoredActionType
get
action
The proposed action which was ignored.
Implementation
IgnoredActionType get action => IgnoredActionType.fromJS(_wrapped.action);
set
action
(IgnoredActionType v)
Implementation
set action(IgnoredActionType v) {
_wrapped.action = v.toJS;
}