mirroredServerPath property

String mirroredServerPath

The path to the mirrored or opposite collection.

Implementation

String get mirroredServerPath => switch (this) {
      PublishSource.publish => previewPath,
      PublishSource.preview => publishPath,
      PublishSource.template => publishPath,
    };