IdentifyEvent constructor

IdentifyEvent({
  1. UserTraits? traits,
  2. String? userId,
})

Implementation

IdentifyEvent({this.traits, super.userId}) : super(EventType.identify);