IdentifyEvent constructor

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

Implementation

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