MutableBits class base
base for Map or Struct
Constructors
- MutableBits([Bits bits = const Bits.allZeros()])
Properties
Methods
-
getBits(
Bitmask mask) → int -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
[bool fill = false]) → void -
inherited
-
setBitAt(
int index, int value) → void -
inherited
-
setBits(
Bitmask mask, int value) → void -
inherited
-
setBitsAt(
int offset, int width, int value) → void -
inherited
-
setBoolAt(
int index, bool value) → void -
inherited
-
setByteAt(
int index, int value) → void -
inherited
-
setBytesAt(
int index, int size, int value) → void -
inherited
-
setEach(
Iterable< (Bitmask, int)> entries) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toStringAsBinary(
) → String -
inherited
-
toStringAsBits(
) → String -
inherited
-
withBits(
Bitmask mask, int value) → BitData -
inherited
-
withEach(
Iterable< (Bitmask, int)> entries) → BitData -
inherited
Operators
-
operator ==(
covariant BitData other) → bool -
The equality operator.
inherited