Place class

Represents a place of interest with relevant information.

Constructors

Place({required String name, String? description, required String address, required LatLng location, String? iconImage})
Creates a Place instance with the specified details.
const

Properties

address String
The address of the place.
final
description String?
An optional description of the place.
final
hashCode int
The hash code for this object.
no setterinherited
iconImage String?
An optional URL to an image representing the place.
final
location LatLng
The geographical coordinates of the place.
final
name String
The name of the place.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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