valueOf static method

OIDCGrantType? valueOf(
  1. int value
)

Implementation

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