JusoPoint class Null safety

Constructors

JusoPoint({required int code, required int pointX, required int pointY, required double lng, required double lat})
JusoPoint.fromJson(Map<String, dynamic> json)
factory

Properties

code int
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
lat double
read / write
lng double
read / write
pointX int
read / write
pointY int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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