fromValue static method

Rotation fromValue(
  1. int value
)

Implementation

static Rotation fromValue(int value) {
  return $enumDecode(_$RotationEnumMap, value);
}