groupAckCount property Null safety

int groupAckCount
@Deprecated("Switch to using EMMessage#groupAckCount instead.")

Gets the number of members that have read the group message.

Implementation

@Deprecated("Switch to using EMMessage#groupAckCount instead.")
int get groupAckCount => _groupAckCount;