mask property

List<int>? mask
final

Optional bitwise mask to define which bits in data must match. Must have the same length as data.

Implementation

final List<int>? mask;