GraphQLWsMessage constructor

GraphQLWsMessage(
  1. String type, {
  2. dynamic payload,
  3. String? id,
})

Builds a message of type.

Implementation

GraphQLWsMessage(this.type, {this.payload, this.id});