PixabayImage class

Model of Pixabay Image

Inheritance

Constructors

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})
PixabayImage.fromJson(Map<String, dynamic> data)
factory

Properties

comments int?
getter/setter pairinherited
downloads int?
getter/setter pairinherited
favorites int?
getter/setter pairinherited
fullHDURL String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pairinherited
imageHeight int?
getter/setter pair
imageSize int?
getter/setter pair
imageWidth int?
getter/setter pair
largeImageURL String?
getter/setter pair
likes int?
getter/setter pairinherited
pageURL String?
getter/setter pair
previewHeight int?
getter/setter pair
previewURL String?
getter/setter pair
previewWidth int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags String?
getter/setter pairinherited
type String?
getter/setter pairinherited
user String?
getter/setter pairinherited
userId int?
getter/setter pairinherited
userImageURL String?
getter/setter pair
views int?
getter/setter pairinherited
webformatHeight int?
getter/setter pair
webformatURL String?
getter/setter pair
webformatWidth int?
getter/setter pair

Methods

override
override
getType() MediaType
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited