menu
postgres package
documentation
postgres.dart
Point
Point.new const constructor
Point.new const constructor
dark_mode
light_mode
Point
constructor
const
Point
(
double
latitude
,
double
longitude
)
Implementation
const Point(this.latitude, this.longitude);
postgres package
documentation
postgres
Point
Point.new const constructor
Point class