lastEventId property
String
get
lastEventId
Implementation
String get lastEventId => js_util.getProperty(this, 'lastEventId');
set
lastEventId
(String newValue)
Implementation
set lastEventId(String newValue) {
js_util.setProperty(this, 'lastEventId', newValue);
}