PersistenceConfig constructor

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

Implementation

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