PixabayMedia class

base class for returned media

Implementers

Constructors

PixabayMedia({int id, int userId, int views, int comments, int likes, int favorites, int downloads, String tags, String user, String type })

Properties

comments ↔ int
read / write
downloads ↔ int
read / write
favorites ↔ int
read / write
id ↔ int
read / write
likes ↔ int
read / write
tags ↔ String
read / write
type ↔ String
read / write
user ↔ String
read / write
userId ↔ int
read / write
views ↔ int
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

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

Operators

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