steps property

List<ChainStep<T>> steps

Implementation

List<ChainStep<T>> get steps => List.unmodifiable(_steps);