IntMsg constructor

IntMsg({
  1. int? value,
})

Implementation

IntMsg({
  this.value,
});