JavascriptMessage constructor

const JavascriptMessage(
  1. String message,
  2. String callbackId,
  3. String frameId
)

Constructs a JavaScript message object.

The message parameter must not be null.

Implementation

const JavascriptMessage(this.message, this.callbackId, this.frameId);