UnsplashImagesApi class Null safety

Implemented types

Constructors

UnsplashImagesApi()

Properties

hashCode int
The hash code for this object.
read-only, inherited
random Random
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

fetchImageUri({required String token}) FutureOr<Iterable<ImageModelDTO>>
Returns images fetched through an API as ImageModelDTOs.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
searchImages({required String searchStr, required String token}) FutureOr<Iterable<ImageModelDTO>>
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

locate UnsplashImagesApi
read-only