VideoCapture constructor

VideoCapture({
  1. bool? use,
  2. int? time,
})

Implementation

VideoCapture({this.use, this.time});