OInt constructor

OInt(
  1. int value, {
  2. int? bit,
})

Implementation

OInt(this.value, {this.bit});