JavaScriptResponse constructor

JavaScriptResponse(
  1. String? type,
  2. String? payload
)

Implementation

JavaScriptResponse(this.type, this.payload);