SnapshotSettings constructor

SnapshotSettings({
  1. SnapshotSettingsStorageLocationSettings? storageLocation,
})

Implementation

SnapshotSettings({
  this.storageLocation,
});