bindings property
List<LazyBinding>
get
bindings
Implementation
List<LazyBinding> get bindings => [
agencies,
routes,
trips,
stops,
stopTimes,
if (calendar.regularCalendar != null) calendar.regularCalendar!,
if (calendar.occasionalCalendar != null) calendar.occasionalCalendar!,
];