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