PlaceModel class

Constructors

PlaceModel.new({required List<Map<String, String>> imagePaths, required String name, required String openInfoTime, required String description, required String subTitleDescription, required String location, required double rating, required double reviewCount, required String mapLink, required String mapImagePath})
PlaceModel.fromJson(Map<String, dynamic> json)
factory

Properties

description String
final
hashCode int
The hash code for this object.
no setterinherited
imagePaths List<Map<String, String>>
final
location String
final
mapImagePath String
final
final
name String
final
openInfoTime String
final
rating double
final
reviewCount double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subTitleDescription String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the PlaceModel instance into a map representation, where the keys are string identifiers corresponding to the instance's properties, and the values are the respective property values.
toString() String
A string representation of this object.
inherited

Operators

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