final
This commit is contained in:
@@ -3,7 +3,7 @@ class Position {
|
||||
final double latitude;
|
||||
final double longitude;
|
||||
|
||||
Position({this.latitude, this.longitude});
|
||||
Position({required this.latitude, required this.longitude});
|
||||
|
||||
@override
|
||||
bool operator ==(other) {
|
||||
|
||||
Reference in New Issue
Block a user