Stop.empty constructor
const
Stop.empty()
Creates an empty Stop object.
Implementation
const Stop.empty()
: latitude = 0.0,
longitude = 0.0,
name = '',
routes = const [],
stopId = 0;
Creates an empty Stop object.
const Stop.empty()
: latitude = 0.0,
longitude = 0.0,
name = '',
routes = const [],
stopId = 0;