StoresSearchResponse class

A Stores Search response as a GeoJSON FeatureCollection Object returned by the call to StoresService.search and containing a list of StoreResponse. @memberOf woosmap.map.stores

Constructors

StoresSearchResponse({required List<StoreResponse> features, required Pagination pagination})
StoresSearchResponse.fromJson(Map<String, dynamic> json)
Constructs the object from a Map
factory

Properties

features List<StoreResponse>
list of StoreResponse features
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pagination Pagination
Pagination to reach all returned assets. max 300 assets par page.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The FeatureCollection type
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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