ArchiveGroupSettings constructor

ArchiveGroupSettings({
  1. required OutputLocationRef destination,
  2. int? rolloverInterval,
})

Implementation

ArchiveGroupSettings({
  required this.destination,
  this.rolloverInterval,
});