valueOf static method

GrantType? valueOf(
  1. int value
)

Implementation

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