Line constructor
const
Line({})
Creates a new Line.
Implementation
const Line({
required this.name,
required this.startStationCode,
required this.endStationCode,
required this.internalDestination1,
required this.internalDestination2,
required this.lineCode,
});