toInt static method

int toInt(
  1. TransmitterStatus e
)

Implementation

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