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