Source<T>.fromJsObject constructor

Source<T>.fromJsObject(
  1. T jsObject
)

Creates a new JsObjectWrapper type from a jsObject.

Implementation

Source.fromJsObject(this.jsObject);