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

fullHDURL ↔ String
read / write
imageHeight ↔ int
read / write
imageSize ↔ int
read / write
imageWidth ↔ int
read / write
largeImageURL ↔ String
read / write
pageURL ↔ String
read / write
previewHeight ↔ int
read / write
previewURL ↔ String
read / write
previewWidth ↔ int
read / write
userImageURL ↔ String
read / write
webformatHeight ↔ int
read / write
webformatURL ↔ String
read / write
webformatWidth ↔ int
read / write
comments ↔ int
read / write, inherited
downloads ↔ int
read / write, inherited
favorites ↔ int
read / write, inherited
hashCode → int
The hash code for this object. [...]
read-only, inherited
id ↔ int
read / write, inherited
likes ↔ int
read / write, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
tags ↔ String
read / write, inherited
type ↔ String
read / write, inherited
user ↔ String
read / write, inherited
userId ↔ int
read / write, inherited
views ↔ int
read / write, inherited

Methods

override
getType() MediaType
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited