OpenEvent constructor

const OpenEvent({
  1. UnmodifiableMapView<String, String>? headers,
})

Create a connected event with the specified headers.

Implementation

const OpenEvent({this.headers});