fromValue static method

Resolution fromValue(
  1. int value
)

Implementation

static Resolution fromValue(int value) {
  return $enumDecode(_$ResolutionEnumMap, value);
}