BoolMsg constructor

BoolMsg({
  1. bool? value,
})

Implementation

BoolMsg({
  this.value,
});