lastEventId property

String? lastEventId

Implementation

_i2.String? get lastEventId => _i4.getProperty(
      this,
      'lastEventId',
    );
void lastEventId=(String? value)

Implementation

set lastEventId(_i2.String? value) {
  _i4.setProperty(
    this,
    'lastEventId',
    value ?? _i6.undefined,
  );
}