PixabayMedia class abstract
base class for returned media
- Implementers
Constructors
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
-
getter/setter pair
- type ↔ String?
-
getter/setter pair
- user ↔ String?
-
getter/setter pair
- userId ↔ int?
-
getter/setter pair
- views ↔ int?
-
getter/setter pair
Methods
-
getDownloadLink(
{String? res}) → String? -
getThumbnailLink(
) → String? -
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