fullyRead property

String fullyRead

ID of the fully read marker event.

Implementation

String get fullyRead =>
    roomAccountData['m.fully_read']?.content.tryGet<String>('event_id') ?? '';