forValue static method

Intent forValue(
  1. int value
)

Implementation

static Intent forValue(int value) => Intent.values[value]!;