steps property

Returns the list of test steps in an unmodifiable List.

Implementation

List<TestReportStep> get steps => List.unmodifiable(_steps.values);