HubInvocationMessage constructor

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

Implementation

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