PixabayResponse constructor

PixabayResponse({
  1. String? body,
  2. int? total,
  3. int? totalHits,
  4. List<PixabayMedia>? hits,
})

Implementation

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