id property
String
get
id
String that will be passed to callbacks referencing this MenuItem.
Implementation
String get id => _wrapped.id;
set
id
(String v)
Implementation
set id(String v) {
_wrapped.id = v;
}