Stop constructor Null safety
Implementation
Stop({
required this.id,
required this.code,
required this.name,
required this.longitude,
required this.latitude,
this.zone,
required this.routeWays,
});
Stop({
required this.id,
required this.code,
required this.name,
required this.longitude,
required this.latitude,
this.zone,
required this.routeWays,
});