LatestReceiptStateForTimeline.empty constructor

LatestReceiptStateForTimeline.empty()

Implementation

factory LatestReceiptStateForTimeline.empty() =>
    LatestReceiptStateForTimeline(
        ownPrivate: null,
        ownPublic: null,
        latestOwnReceipt: null,
        otherUsers: {});