SubPois class

title : "SubPoiTitle1" snippet : "SubPoiSnippet1" subTypeDes : "SubTypeDes1" typeCode : "TypeCode1" poiId : "SubPoiId1" latLonPoint : {"latitude":40.7128,"longitude":-74.0060}

Constructors

SubPois.new({String? title, String? snippet, String? subTypeDes, String? typeCode, String? poiId, LatLonPoint? latLonPoint})
SubPois.fromJson(dynamic json)

Properties

hashCode int
The hash code for this object.
no setterinherited
latLonPoint LatLonPoint?
no setter
poiId String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snippet String?
no setter
subTypeDes String?
no setter
title String?
no setter
typeCode String?
no setter

Methods

copyWith({String? title, String? snippet, String? subTypeDes, String? typeCode, String? poiId, LatLonPoint? latLonPoint}) SubPois
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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