PixabayMedia class abstract

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?
getter/setter pair
downloads int?
getter/setter pair
favorites int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
likes int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags String?
getter/setter pair
type String?
getter/setter pair
user String?
getter/setter pair
userId int?
getter/setter pair
views int?
getter/setter pair

Methods

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

Operators

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