stops property

List<ICompletion>? stops

Property getter and setter for stops:

Implementation

List<ICompletion>? get stops;
void stops=(List<ICompletion>? stops)

Implementation

set stops(List<ICompletion>? stops);