Values constructor

Values({
  1. bool? bitFirst,
  2. bool? bitSecond,
  3. bool? bitThird,
})

Implementation

Values({
  this.bitFirst,
  this.bitSecond,
  this.bitThird,
});