props property

List<Object> props
override

Implementation

@override
List<Object> get props => [
      this.shuttles,
      this.buses,
      this.modifyActiveRoutes,
      this.prefs.getBool('pushNotifications'),
      this.prefs.getBool('darkMode')
    ];