nameOf static method

String nameOf(
  1. int level
)

Implementation

static String nameOf(int level) => names[level] ?? 'raw';