BitSequence constructor

BitSequence({
  1. String? bitmap,
  2. int? padding,
})

Implementation

BitSequence({
  this.bitmap,
  this.padding,
});