Source<T>.fromJsObject constructor
Source<T>.fromJsObject (
- T jsObject
Creates a new JsObjectWrapper type from a jsObject
.
Implementation
Source.fromJsObject(this.jsObject);