nc-photos/app/lib/reverse_geocoder.g.dart

15 lines
606 B
Dart
Raw Normal View History

2022-12-08 16:39:13 +01:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'reverse_geocoder.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$ReverseGeocoderLocationToString on ReverseGeocoderLocation {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "ReverseGeocoderLocation {name: $name, latitude: ${latitude.toStringAsFixed(3)}, longitude: ${longitude.toStringAsFixed(3)}, countryCode: $countryCode, admin1: $admin1, admin2: $admin2}";
}
}