Replica constructor

Replica({
  1. CustomerManagedEncryption? customerManagedEncryption,
  2. String? location,
})

Implementation

Replica({
  this.customerManagedEncryption,
  this.location,
});