MapMsg constructor

MapMsg({
  1. Map<String?, String?>? map,
})

Implementation

MapMsg({
  this.map,
});