how do you use positions in Flutter's Freezed library?
I tried the line of code below but it doesn't work.
@Default(LatLng(0,0)) LatLng position;
Thanks for your help :)
how do you use positions in Flutter's Freezed library?
I tried the line of code below but it doesn't work.
@Default(LatLng(0,0)) LatLng position;
Thanks for your help :)