PgPoint constructor

const PgPoint(
  1. double latitude,
  2. double longitude
)

Implementation

const PgPoint(this.latitude, this.longitude);