Station constructor
Station({})
Implementation
Station(
{required this.code,
required this.id,
required this.lat,
required this.long,
required this.name,
this.ref,
this.pickupType,
this.dropoffType});