actionId property
String
get
actionId
The identifier of the action to be executed.
Implementation
String get actionId => _wrapped.actionId;
set
actionId
(String v)
Implementation
set actionId(String v) {
_wrapped.actionId = v;
}