PixabayImage constructor
PixabayImage({
- String? tags,
- String? type,
- String? user,
- int? downloads,
- int? likes,
- int? id,
- int? userId,
- int? views,
- int? comments,
- int? favorites,
- String? largeImageURL,
- String? fullHDURL,
- int? webformatHeight,
- int? webformatWidth,
- int? imageWidth,
- String? pageURL,
- int? imageHeight,
- String? webformatURL,
- int? previewHeight,
- int? imageSize,
- int? previewWidth,
- String? userImageURL,
- String? previewURL,
Implementation
PixabayImage({
String? tags,
String? type,
String? user,
int? downloads,
int? likes,
int? id,
int? userId,
int? views,
int? comments,
int? favorites,
this.largeImageURL,
this.fullHDURL,
this.webformatHeight,
this.webformatWidth,
this.imageWidth,
this.pageURL,
this.imageHeight,
this.webformatURL,
this.previewHeight,
this.imageSize,
this.previewWidth,
this.userImageURL,
this.previewURL,
}) : super(
user: user,
downloads: downloads,
favorites: favorites,
comments: comments,
id: id,
userId: userId,
views: views,
likes: likes,
tags: tags,
type: type);