valueOf static method

TrackType? valueOf(
  1. int value
)

Implementation

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