GroupIdentity constructor

GroupIdentity({
  1. String? groupEmail,
  2. String? id,
})

Implementation

GroupIdentity({this.groupEmail, this.id});