copyWith method
Implementation
VideoSource copyWith({
CameraPosition? position,
}) {
return VideoSource(
position: position ?? this.position,
);
}
VideoSource copyWith({
CameraPosition? position,
}) {
return VideoSource(
position: position ?? this.position,
);
}