valueOf static method

TeardownPolicy? valueOf(
  1. int value
)

Implementation

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