CameraTrackOptions class Null safety

Inheritance

Constructors

CameraTrackOptions({CameraPosition cameraPosition = CameraPosition.front, VideoParameters params = VideoParameters.presetQHD169})
const

Properties

cameraPosition CameraPosition
final
hashCode int
The hash code for this object. [...]
read-only, inherited
params VideoParameters
final, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

copyWith({VideoParameters? params, CameraPosition? cameraPosition}) CameraTrackOptions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMediaConstraintsMap() Map<String, dynamic>
override
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited