toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    Keys.SETTINGS_ACCURACY: accuracy.value,
    Keys.SETTINGS_DISTANCE_FILTER: distanceFilter,
    Keys.SETTINGS_IOS_SHOWS_BACKGROUND_LOCATION_INDICATOR:
        showsBackgroundLocationIndicator,
  };
}