contactCount property
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;
The number of contacts in this group.
Null unless explicitly requested (e.g., via withContactCount: true)
since computing the count requires another query.
final int? contactCount;