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