steps property

Returns a list of all the Runnables in the RunnableSequence.

Implementation

List<Runnable> get steps => [first, ...middle, last];