getByValue static method

FollowTilt getByValue(
  1. int value
)

Implementation

static FollowTilt getByValue(int value) {
  return FollowTilt.values.firstWhere((x) => x.rawValue == value);
}