readCount property

int get readCount

Implementation

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