valueOf method Null safety

ClientMode? valueOf(
  1. int value
)

Implementation

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