valueOf static method

ResourceDescriptor_Style? valueOf(
  1. int value
)

Implementation

static ResourceDescriptor_Style? valueOf($core.int value) =>
    value < 0 || value >= _byValue.length ? null : _byValue[value];