RouteEvent constructor

RouteEvent({
  1. MapEvent? eventType,
  2. dynamic data,
})

Implementation

RouteEvent({this.eventType, this.data});