ReplicationDestination constructor

ReplicationDestination({
  1. required String region,
  2. required String registryId,
})

Implementation

ReplicationDestination({
  required this.region,
  required this.registryId,
});