PTRoute constructor
Implementation
PTRoute({
required this.routeId,
this.routeShortName,
this.routeLongName,
required this.routeType,
this.routeColor,
this.routeTextColor,
this.heading,
});
PTRoute({
required this.routeId,
this.routeShortName,
this.routeLongName,
required this.routeType,
this.routeColor,
this.routeTextColor,
this.heading,
});