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