ScreenEvent constructor

ScreenEvent({
  1. required String eventName,
  2. Map<String, String?>? customAttributes,
  3. Map<String, dynamic>? customFlags,
})

Implementation

ScreenEvent(
    {required this.eventName, this.customAttributes, this.customFlags});