getByValue static method

FollowStyleZoom getByValue(
  1. int value
)

Implementation

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