asString method

String asString(
  1. GeoXml gpx, {
  2. bool pretty = false,
})

Convert Gpx into GPX XML (v1.1) as String

Implementation

String asString(GeoXml gpx, {bool pretty = false}) =>
    _build(gpx).toXmlString(pretty: pretty);