SessionEndingEvent constructor

SessionEndingEvent(
  1. int id,
  2. int? lastPosition
)

Build a SessionEnding Event triggered from the button represented by id.

Implementation

SessionEndingEvent(int id, this.lastPosition) : super(id);