PixabayVideoDescriptor constructor

PixabayVideoDescriptor({
  1. String? url,
  2. int? width,
  3. int? height,
  4. int? size,
  5. String? res,
})

Implementation

PixabayVideoDescriptor(
    {this.url, this.width, this.height, this.size, this.res});