getByValue static method

Implementation

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