VideoInfo constructor

VideoInfo({
  1. Uri? url,
  2. Uri? secureUrl,
  3. String? type,
  4. double? width,
  5. double? height,
})

Create video metadata with provided resources.

Implementation

VideoInfo({this.url, this.secureUrl, this.type, this.width, this.height});