VideoSource constructor

  1. @protected
VideoSource({
  1. required String path,
  2. required VideoSourceType type,
})

A constructor for use in serialization. NOTE: This constructor is for internal use only. Please use init instead.

Implementation

@protected
VideoSource({
  required this.path,
  required this.type,
});