PixabayVideoDescriptor constructor

PixabayVideoDescriptor({String url, int width, int height, int size, String res })

Implementation

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