lastEventId property

String lastEventId

Implementation

String get lastEventId => js_util.getProperty(this, 'lastEventId');
void lastEventId=(String newValue)

Implementation

set lastEventId(String newValue) {
  js_util.setProperty(this, 'lastEventId', newValue);
}