contactCount property

int? contactCount
final

The number of contacts in this group.

Null unless explicitly requested (e.g., via withContactCount: true) since computing the count requires another query.

Implementation

final int? contactCount;