PersistenceConfig constructor

const PersistenceConfig({
  1. String? locationTemplate,
  2. String? geofenceTemplate,
  3. int? maxDaysToPersist,
  4. int? maxRecordsToPersist,
  5. String? locationsOrderDirection,
  6. PersistMode? persistMode,
  7. Map<String, dynamic>? extras,
  8. bool? disableProviderChangeRecord,
})

Implementation

const PersistenceConfig({
  this.locationTemplate,
  this.geofenceTemplate,
  this.maxDaysToPersist,
  this.maxRecordsToPersist,
  this.locationsOrderDirection,
  this.persistMode,
  this.extras,
  this.disableProviderChangeRecord,
});