Convert Gpx into GPX XML (v1.1) as String
String asString(GeoXml gpx, {bool pretty = false}) => _build(gpx).toXmlString(pretty: pretty);