PhotoStatistics class

Statistics for a Photo.

Inheritance

Constructors

PhotoStatistics({Map<String, dynamic>? source, required String id, required Statistic downloads, required Statistic views, required Statistic likes})
const
PhotoStatistics.fromJson(Map<String, dynamic> json)
factory

Properties

downloads Statistic
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
likes Statistic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source Map<String, dynamic>?
The raw JSON response from the API which was used to construct this object.
finalinherited
views Statistic
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns the json representation of this model in the unsplash api.
override
toString() String
A string representation of this object.
inherited

Operators

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