MixpanelGroup constructor

MixpanelGroup(
  1. String token,
  2. String groupKey,
  3. dynamic groupID
)

Implementation

MixpanelGroup(String token, String groupKey, dynamic groupID) {
  this._token = token;
  this._groupKey = groupKey;
  this._groupID = groupID;
}