ListMsg constructor

ListMsg({
  1. List<Object?>? value,
})

Implementation

ListMsg({
  this.value,
});