contains method
Implementation
@override
bool contains(RouteMapObjectPermanentDisplayFlag value) =>
(this.rawValue & value.rawValue) == value.rawValue;
@override
bool contains(RouteMapObjectPermanentDisplayFlag value) =>
(this.rawValue & value.rawValue) == value.rawValue;