valueOf static method

DataScanType? valueOf(
  1. int value
)

Implementation

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