GenericMessage constructor

GenericMessage({
  1. required Uint8List payload,
  2. Map<String, String>? propertyMap,
})

Implementation

GenericMessage({
  required this.payload,
  this.propertyMap
});