Skip to content

Commit

Permalink
Update geolocator_android/lib/src/types/android_position.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Maurits van Beusekom <[email protected]>
  • Loading branch information
TimHoogstrate and mvanbeusekom authored Nov 6, 2023
1 parent ed0a523 commit 3848a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geolocator_android/lib/src/types/android_position.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3848a47

Please sign in to comment.