ReGeocodePoi class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
ReGeocodePoi.new({String? id, String? name, String? type, String? tel, String? direction, String? distance, String? location, String? address, String? poiWeight, String? businessArea})
-
const
-
ReGeocodePoi.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({String? id, String? name, String? type, String? tel, String? direction, String? distance, String? location, String? address, String? poiWeight, String? businessArea})
→ ReGeocodePoi
-
-
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