valueOf static method

ModelType? valueOf(
  1. int value
)

Implementation

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