forId static method

RouteType forId(
  1. int id
)

Implementation

static RouteType forId(int id) =>
    values.firstWhere((element) => element.id == id);