valueOf static method

LoginMethod? valueOf(
  1. int value
)

Implementation

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