smartrider
schedule_bloc
ScheduleTransitionEvent
ScheduleTransitionEvent const constructor
ScheduleTransitionEvent
smartrider
schedule_bloc
ScheduleTransitionEvent
ScheduleTransitionEvent const constructor
ScheduleTransitionEvent class
Constructors
ScheduleTransitionEvent
Properties
currentstate
hashCode
props
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
ScheduleTransitionEvent
constructor
const
ScheduleTransitionEvent
(
{
@required
ScheduleState
currentstate
}
)
Implementation
const ScheduleTransitionEvent({@required this.currentstate});