LoadScreenEvent constructor

LoadScreenEvent(
  1. String screenId,
  2. Map? state
)

Implementation

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