toString method

String toString ()
override

Returns a string representation of this object.

Implementation

String toString() =>
    "Location - latitude: $latitude, longitude: $longitude, accuracy; $accuracy, altitude: $altitude, speed: $speed, speed_accuracy: $speedAccuracy";