ConstBits.value constructor

const ConstBits.value(
  1. int value
)

Implementation

const ConstBits.value(int value) : this(value as Bits);