BitwiseOption<T> constructor

const BitwiseOption<T>(
  1. T type,
  2. int value
)

Implementation

const BitwiseOption(this.type, this.value);