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