prettyPrint method

String prettyPrint()

Implementation

String prettyPrint() {
  return 'FlutterCombainLocation{latitude: $latitude, longitude: $longitude, altitude: $altitude, accuracy: $accuracy, speed: $speed, fetchedTime: $fetchedTimeMillis, indoor: ${indoor?.prettyPrint()}, bearing: $bearing}';
}