receiptState property

LatestReceiptState receiptState

Implementation

LatestReceiptState get receiptState => LatestReceiptState.fromJson(
    roomAccountData[LatestReceiptState.eventType]?.content ??
        <String, dynamic>{});