BaseBlocEvent constructor

BaseBlocEvent(
  1. String? analyticEventName, {
  2. Map<String, dynamic>? eventProperties,
})

Implementation

BaseBlocEvent(this.analyticEventName, {this.eventProperties});