stops property

List<Stop?> stops
getter/setter pair

Implementation

List<Stop?> stops = List.empty(growable: true);