ScreenInitEvent constructor

ScreenInitEvent(
  1. String screenId,
  2. Map state
)

Implementation

ScreenInitEvent(this.screenId, this.state) : super();