numStops property
int?
get
numStops
Implementation
int? get numStops => _$this._numStops;
set
numStops
(int? numStops)
Implementation
set numStops(int? numStops) => _$this._numStops = numStops;