reset method

void reset([
  1. bool fill = false
])

Implementation

void reset([bool fill = false]) => bits = fill ? const Bits.allOnes() : const Bits.allZeros();