valueOf static method

SendMode? valueOf(
  1. int value
)

Implementation

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