ScheduleChangeState constructor

const ScheduleChangeState(
  1. {@required bool isShuttle}
)

Implementation

const ScheduleChangeState({@required this.isShuttle});