source property

Map<String, dynamic>? source
final

The raw JSON response from the API which was used to construct this object.

The Unsplash API returns some undocumented fields which are not exposode by the models of this library. This field enables you to access those fields at your own risk.

If this object was not constructed from an API response this property is null.

This is value is not considered in ==, hashCode, toString and toJson.

Implementation

final Map<String, dynamic>? source;