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

Properties

address String?
final
businessArea String?
final
direction String?
final
distance String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
location String?
final
name String?
final
poiWeight String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tel String?
final
type String?
final

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

Operators

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

Static Methods

nullableListFromJson(dynamic value) List<ReGeocodePoi>?