PixabayResponse constructor

PixabayResponse({int total, int totalHits, List<PixabayMedia> hits })

Implementation

PixabayResponse({this.total, this.totalHits, this.hits});