hasSameData method

bool hasSameData(
  1. BitState other
)

Implementation

bool hasSameData(BitState other) =>
    isData && other.isData && other.hashCode == hashCode;