toGpxString property

String get toGpxString

Converts the current route to a GPX string.

Implementation

String get toGpxString {
  return _currentRoute.value.toGPX();
}