ScheduleTableState constructor

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

Implementation

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