pixabay_picker
pixabay_media
PixabayResponse
PixabayResponse constructor
PixabayResponse
PixabayResponse class
Constructors
PixabayResponse
Properties
hits
total
totalHits
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
PixabayResponse constructor
PixabayResponse
(
{
int
total
,
int
totalHits
,
List
<
PixabayMedia
>
hits
})
Implementation
PixabayResponse({this.total, this.totalHits, this.hits});