menu
moengage_flutter package
documentation
model/geo_location.dart
MoEGeoLocation
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
double
>
toMap
(
)
Implementation
Map<String, double> toMap() { return {"latitude": this.latitude, "longitude": this.longitude}; }
moengage_flutter package
documentation
model/geo_location
MoEGeoLocation
toMap method
MoEGeoLocation class