ScreenEvent constructor

ScreenEvent(
  1. String name, {
  2. Map<String, dynamic>? properties,
})

Implementation

ScreenEvent(
  this.name, {
  this.properties,
}) : super(EventType.screen);