lastEventId property
String?
get
lastEventId
Implementation
_i2.String? get lastEventId => _i4.getProperty(
this,
'lastEventId',
);
set
lastEventId
(String? value)
Implementation
set lastEventId(_i2.String? value) {
_i4.setProperty(
this,
'lastEventId',
value ?? _i6.undefined,
);
}