PhotoUrls class

Photo urls for a Photo.

Inheritance

Constructors

PhotoUrls({Map<String, dynamic>? source, required Uri raw, required Uri full, required Uri regular, required Uri small, required Uri thumb})
const
PhotoUrls.fromJson(Map<String, dynamic> json)
factory

Properties

full Uri
final
hashCode int
The hash code for this object.
no setterinherited
raw Uri
final
regular Uri
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
small Uri
final
source Map<String, dynamic>?
The raw JSON response from the API which was used to construct this object.
finalinherited
thumb Uri
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