valueOf static method

CacheRole? valueOf(
  1. int value
)

Implementation

static CacheRole? valueOf($core.int value) => _byValue[value];