mirror of
https://github.com/flutter/samples.git
synced 2026-05-11 09:27:08 +00:00
[place_tracker] ChangeNotifierProvider for state management (#424)
This commit is contained in:
@@ -29,6 +29,7 @@ class Place {
|
||||
final int starRating;
|
||||
|
||||
double get latitude => latLng.latitude;
|
||||
|
||||
double get longitude => latLng.longitude;
|
||||
|
||||
Place copyWith({
|
||||
|
||||
Reference in New Issue
Block a user