MutableBits constructor

MutableBits([
  1. Bits bits = const Bits.allZeros()
])

Implementation

MutableBits([this.bits = const Bits.allZeros()]);