PoiNavi class

gridCode : "GridCode" enter : {"latitude":40.7128,"longitude":-74.0060} exit : {"latitude":40.7128,"longitude":-74.0060} naviPoiID : "NaviPoiID"

Constructors

PoiNavi.new({String? gridCode, Enter? enter, Exit? exit, String? naviPoiID})
PoiNavi.fromJson(dynamic json)

Properties

enter Enter?
no setter
exit Exit?
no setter
gridCode String?
no setter
hashCode int
The hash code for this object.
no setterinherited
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? gridCode, Enter? enter, Exit? exit, String? naviPoiID}) PoiNavi
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