contains method

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

Implementation

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