JavascriptFunction constructor

JavascriptFunction(
  1. OnCall _onCall,
  2. String functionCode
)

Implementation

JavascriptFunction(this._onCall, this.functionCode)
    : prototype = <String, dynamic>{};