ContactGroup constructor

ContactGroup({
  1. List<GroupClientData>? clientData,
  2. String? etag,
  3. String? formattedName,
  4. String? groupType,
  5. int? memberCount,
  6. List<String>? memberResourceNames,
  7. ContactGroupMetadata? metadata,
  8. String? name,
  9. String? resourceName,
})

Implementation

ContactGroup({
  this.clientData,
  this.etag,
  this.formattedName,
  this.groupType,
  this.memberCount,
  this.memberResourceNames,
  this.metadata,
  this.name,
  this.resourceName,
});