toJson method

String toJson()

Implementation

String toJson() {
  return GeoLocationMapper.ensureInitialized()
      .encodeJson<GeoLocation>(this as GeoLocation);
}