toInt static method

int toInt(
  1. RouteStatus e
)

Implementation

static int toInt(RouteStatus e) => e.index;