CameraOptions.fromJsObject constructor
CameraOptions.fromJsObject(
- CameraOptionsJsImpl jsObject
Creates a new CameraOptions from a jsObject
.
Implementation
CameraOptions.fromJsObject(CameraOptionsJsImpl jsObject)
: super.fromJsObject(jsObject);