nameOf static method

String nameOf(
  1. int value
)

Implementation

static String nameOf(int value) => names[value] ?? 'UNKNOWN';