contains method

  1. @override
bool contains(
  1. Lane value
)

Implementation

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