mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
26 lines
1 KiB
Dart
26 lines
1 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'reverse_geocoder.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
// ignore: non_constant_identifier_names
|
|
final _$logReverseGeocoder = Logger("reverse_geocoder.ReverseGeocoder");
|
|
|
|
extension _$ReverseGeocoderNpLog on ReverseGeocoder {
|
|
// ignore: unused_element
|
|
Logger get _log => _$logReverseGeocoder;
|
|
}
|
|
|
|
// **************************************************************************
|
|
// 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}";
|
|
}
|
|
}
|