MixpanelTree class

Constructors

MixpanelTree()

Properties

emailProperty String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isInDebugMode bool
Whether the VM is running in debug mode.
no setterinherited
nameProperty String
getter/setter pair
phoneProperty String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedTypes Set<Type>
final
uidProperty String
no setterinherited
userIdProperty String
no setterinherited

Methods

convertMixpanelProperty(Map<String, dynamic>? input) Map<String, dynamic>
dispose() → void
flush() Future<void>
increment(Map<String, num> properties) Future<void>
isSupportedEventName(String name) bool
isSupportedType(Type value) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performLogEvent({required String name, Map<String, dynamic>? parameters}) Future<void>
reset() Future<void>
setCurrentScreen({String? screenName, String screenClassOverride = 'Flutter'}) Future<void>
setEmail(String email) Future<void>
email 설정
inherited
setOnce(Map<String, dynamic> properties) Future<void>
setPhone(String phone) Future<void>
전화번호 설정
inherited
setUid(String uid) Future<void>
uid 설정
inherited
setUserId(String id) Future<void>
userId 설정
setUserName(dynamic value) Future<void>
inherited
setUserProperty(String name, dynamic value) Future<void>
timingEvent(String name) Future<void>
toString() String
A string representation of this object.
inherited
union(Map<String, List> properties) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited