AcpWebSocketTextFrame constructor

const AcpWebSocketTextFrame(
  1. String text
)

Creates a text frame.

Implementation

const AcpWebSocketTextFrame(this.text);