IdentifyEvent constructor
IdentifyEvent({
- UserTraits? traits,
- String? userId,
Implementation
IdentifyEvent({this.traits, super.userId}) : super(EventType.identify);
IdentifyEvent({this.traits, super.userId}) : super(EventType.identify);