PixabayResponse constructor
PixabayResponse({
- String? body,
- int? total,
- int? totalHits,
- List<
PixabayMedia> ? hits,
Implementation
PixabayResponse({this.body, this.total, this.totalHits, this.hits});