PexelsPhoto class

Constructors

PexelsPhoto.new(int? id, int? width, int? height, String? url, String? photographer, String? photographerURL, Map<String, PhotoSource> sources)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
height int?
final
id int?
final
photographer String?
final
photographerURL String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources Map<String, PhotoSource>
final
url String?
final
width int?
final

Methods

get(ImageFormats format) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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