DeviceEventsRoute constructor

DeviceEventsRoute(
  1. int id
)

Implementation

DeviceEventsRoute(this.id)
    : super('/fleet/$id/events', AppRoute.deviceOverview(id));