toJson method

dynamic toJson()
inherited

Implementation

dynamic toJson() {
  return <double>[latitude, longitude];
}