CameraOptions.fromJsObject constructor

CameraOptions.fromJsObject(
  1. CameraOptionsJsImpl jsObject
)

Creates a new CameraOptions from a jsObject.

Implementation

CameraOptions.fromJsObject(CameraOptionsJsImpl jsObject)
    : super.fromJsObject(jsObject);