kakao_flutter_sdk
local
Coord
Coord constructor
Coord
kakao_flutter_sdk
local
Coord
Coord constructor
Coord class
Constructors
Coord
Properties
x
y
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
Coord
constructor
Coord
(
double
x
,
double
y
)
Implementation
Coord(this.x, this.y);