contains method

Implementation

@override
bool contains(RouteMapObjectDisplayFlag value) =>
    (this.rawValue & value.rawValue) == value.rawValue;