unreadCount property

int get unreadCount

Implementation

int get unreadCount => math.max(
      readReceiptResponse?.unreadCount ?? readReceiptInfo?.unreadCount ?? 0,
      0,
    );