menu
gtfs_bindings package
documentation
schedule.dart
LoadCriterion
LoadCriterion.new const constructor
LoadCriterion.new const constructor
dark_mode
light_mode
LoadCriterion
constructor
const
LoadCriterion
(
List
<
String
>
requestedFields
,
bool
criterion
(
List
<
String
?
>
requestedFields
), {
CriterionType
type
=
CriterionType.filter
,
})
Implementation
const LoadCriterion( this.requestedFields, this.criterion, { this.type = CriterionType.filter, });
gtfs_bindings package
documentation
schedule
LoadCriterion
LoadCriterion.new const constructor
LoadCriterion class