PublicTransportRouteSearchOptions constructor
const
PublicTransportRouteSearchOptions({
- DateTime? startTime = null,
- bool useSchedule = false,
- EnumSet<
PublicTransportType> transportTypes = const PublicTransportTypeEnumSet(),
Implementation
const PublicTransportRouteSearchOptions({
this.startTime = null,
this.useSchedule = false,
this.transportTypes = const PublicTransportTypeEnumSet()
});