numStops property
num?
get
numStops
Implementation
num? get numStops => getProperty(this, 'num_stops');
set
numStops
(num? value)
Implementation
set numStops(num? value) {
setProperty(this, 'num_stops', value);
}