Video constructor

Video({
  1. Uint8List? video,
  2. String? uri,
})

Implementation

Video({this.video, this.uri}) : super(fullyQualifiedName);