isMatch method

bool isMatch(
  1. dynamic value
)

Implementation

bool isMatch(value) => _maskedValue == (value & _mask);