toDart method
Implementation
ResolvedConfig toDart() {
return ResolvedConfig(
width: width,
height: height,
fps: fps,
pixelFormat: pixelFormat,
videoHdrEnabled: videoHdrEnabled,
autoFocusSystem: autoFocusSystem,
active: active,
);
}