PublicTransportRouteSearchOptions constructor

const PublicTransportRouteSearchOptions({
  1. DateTime? startTime = null,
  2. bool useSchedule = false,
  3. EnumSet<PublicTransportType> transportTypes = const PublicTransportTypeEnumSet(),
})

Implementation

const PublicTransportRouteSearchOptions({
  this.startTime = null,
  this.useSchedule = false,
  this.transportTypes = const PublicTransportTypeEnumSet()
});