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