JsRef constructor

JsRef(
  1. JsContext context,
  2. String ns,
  3. String key
)

Implementation

JsRef(this.context, this.ns, this.key);