diff --git a/geolocator_android/lib/src/types/android_position.dart b/geolocator_android/lib/src/types/android_position.dart index 0cc7efdf..16b6530c 100644 --- a/geolocator_android/lib/src/types/android_position.dart +++ b/geolocator_android/lib/src/types/android_position.dart @@ -8,8 +8,8 @@ class AndroidPosition extends Position { /// Constructs an instance with the given values for testing. [AndroidPosition] /// instances constructed this way won't actually reflect any real information /// from the platform, just whatever was passed in at construction time. - const AndroidPosition( - {required this.satelliteCount, + const AndroidPosition({ + required this.satelliteCount, required this.satellitesUsedInFix, required longitude, required latitude,