substates property

  1. @override
Iterable<State<T>> substates
override

States contained within this one

Implementation

@override
Iterable<State<T>> get substates => [];