id property
String?
get
id
The unique ID to assign to this item. Mandatory for event pages. Cannot be the same as another ID for this extension.
Implementation
String? get id => _wrapped.id;
set
id
(String? v)
Implementation
set id(String? v) {
_wrapped.id = v;
}