menu
elbe package
documentation
bit/bit/bit_control.dart
BitState<V, L>
hasSameData method
hasSameData method
dark_mode
light_mode
hasSameData
method
bool
hasSameData
(
BitState
other
)
Implementation
bool hasSameData(BitState other) => isData && other.isData && other.hashCode == hashCode;
elbe package
documentation
bit/bit/bit_control
BitState<V, L>
hasSameData method
BitState class