VietmapReverseModel class

Inheritance

Constructors

VietmapReverseModel({num? lat, num? lng, String? refId, num? distance, List<String?>? categories, List<VietmapBoundaries?>? boundaries, String? address, String? name, String? display})
VietmapReverseModel.fromJson(Map<String, dynamic> json)
fromJson is a method that is used to parse the response from the server.
factory

Properties

address String?
address is the address of the place.
getter/setter pairinherited
boundaries List<VietmapBoundaries?>?
getter/setter pair
categories List<String?>?
getter/setter pair
display String?
display is the display name of the place.
getter/setter pairinherited
distance num?
distance is the distance of the place.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lat num?
lat is the latitude of the place.
getter/setter pairinherited
lng num?
lng is the longitude of the place.
getter/setter pairinherited
name String?
name is the name of the place.
getter/setter pairinherited
refId String?
refId is the reference id of the place.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toJson is a method that is used to convert the object to a json object.
toString() String
A string representation of this object.
inherited

Operators

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