valueOf static method

DatasetType? valueOf(
  1. int value
)

Implementation

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