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
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