valueOf static method

SdkType? valueOf(
  1. int value
)

Implementation

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