valueOf static method

MemberType? valueOf(
  1. int value
)

Implementation

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