VenuesServices class
Constructors
- VenuesServices()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxLengthOfVenues ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- venueLatLngKey ↔ String
-
getter/setter pair
-
venues
↔ Queue<
VenueLatLng> -
getter/setter pair
Methods
-
alreadyExists(
VenueLatLng _newVenue) → bool -
checks if a given
_newVenue
already exists in the venues queue -
clear(
) → dynamic - clears the venues queue
-
getVenues(
) → dynamic - retrieves the list of venues from the storage location specified by venueLatLngKey
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
storeNewVenue(
LatLng _latLng, String _venue, {String? displayName}) → dynamic - stores a new venue in the local storage
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited