valueOf static method

LoginStatus? valueOf(
  1. int value
)

Implementation

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