HubInvocationMessage constructor

HubInvocationMessage({
  1. MessageType? type,
  2. Map<String, String>? headers,
  3. String? invocationId,
})

Implementation

HubInvocationMessage({
  super.type,
  this.headers,
  this.invocationId,
});