MixpanelGroup class
- Available extensions
- Annotations
- 
    - @JS('MixpanelGroup')
- @staticInterop
 
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  remove(String name, JSAny? value) → void 
- 
      Available on MixpanelGroup, provided by the MixpanelGroupMethods extension 
- 
  set(JSAny? properties) → void 
- 
      Available on MixpanelGroup, provided by the MixpanelGroupMethods extension 
- 
  set_once(String prop, JSAny? to) → void 
- 
      Available on MixpanelGroup, provided by the MixpanelGroupMethods extension 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  union(String name, JSArray< JSAny?> values) → void
- 
      Available on MixpanelGroup, provided by the MixpanelGroupMethods extension 
- 
  unset(String prop) → void 
- 
      Available on MixpanelGroup, provided by the MixpanelGroupMethods extension 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited