valueOf static method

MimeType? valueOf(
  1. int value
)

Implementation

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