id property
String
get
id
The identifier of the action. Any string or CommonActionId for common actions.
Implementation
String get id => _wrapped.id;
set
id
(String v)
Implementation
set id(String v) {
_wrapped.id = v;
}