Stores class

Class that represents a collection of Stores APIs

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
woosKey WoosKey
latefinal

Methods

autocomplete(StoresAutocompleteRequest request) Future<StoresAutocompleteResponse?>
Performs an autocomplete request to retrieve store suggestions based on the given parameters. @param StoresAutocompleteRequest parameter - The autocomplete request parameters. @returns Future orStoresAutocompleteResponse - A Future that resolves to the autocomplete response. @throws Error - If an error occurs during the API call.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Performs a search for stores based on the provided search parameters. @param StoresSearchRequest parameter - The search parameters for the store search. @returns Future of StoresSearchResponse - A future that resolves to the response of the store search. @throws Error - If an error occurs during the search.
toString() String
A string representation of this object.
inherited

Operators

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