HubInvocationMessage constructor
HubInvocationMessage({
- MessageType? type,
- Map<
String, String> ? headers, - String? invocationId,
Implementation
HubInvocationMessage({
super.type,
this.headers,
this.invocationId,
});