StorePrediction class
Represents a single store prediction. @memberOf woosmap.map.stores
Constructors
-
StorePrediction.new({String? name, String? highlighted, String? storeId, List<
String> ? types, List<AutocompleteMatchedSubstring> ? matchedSubstrings}) - New StorePrediction
-
StorePrediction.fromJson(Map<
String, dynamic> json) -
Convert JSON to StorePrediction object
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- highlighted ↔ String?
-
highlighted
getter/setter pair
-
matchedSubstrings
↔ List<
AutocompleteMatchedSubstring> ? -
Matching
getter/setter pair
- name ↔ String?
-
name
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storeId ↔ String?
-
store Id
getter/setter pair
-
types
↔ List<
String> ? -
types
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Convert StorePrediction to JSON format
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited