numbers property

List<int>? numbers
final

Each number defines a step. Hence, total count of numbers determines the total number of steps.

Implementation

final List<int>? numbers;