PublicBriefRouteTransportInfo constructor

const PublicBriefRouteTransportInfo({
  1. PublicTransportType type = PublicTransportType.bus,
  2. required List<String> names,
  3. required int? color,
})

Implementation

const PublicBriefRouteTransportInfo({
  this.type = PublicTransportType.bus,
  required this.names,
  required this.color,
  required this.routeLogo
});