VideoSource constructor
VideoSource({
- required String path,
- required VideoSourceType type,
- required Map<
String, String> headers,
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,
required this.headers,
});