RouteMapObjectPermanentDisplayFlagEnumSet.fromRawValue constructor
RouteMapObjectPermanentDisplayFlagEnumSet.fromRawValue(
- int rawValue
Implementation
factory RouteMapObjectPermanentDisplayFlagEnumSet.fromRawValue(int rawValue) {
RouteMapObjectPermanentDisplayFlagEnumSet enumSet = RouteMapObjectPermanentDisplayFlagEnumSet();
enumSet.rawValue = rawValue;
return enumSet;
}