ArchiveOptions constructor

const ArchiveOptions({
  1. required Principal controllerId,
  2. int? maxMessageSizeBytes,
  3. int? nodeMaxMemorySizeBytes,
})

Implementation

const ArchiveOptions({
  required this.controllerId,
  this.maxMessageSizeBytes,
  this.nodeMaxMemorySizeBytes,
});