valueOf static method

LoginType? valueOf(
  1. int value
)

Implementation

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