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