MirrorConfig constructor

MirrorConfig({
  1. String? deployKeyId,
  2. String? url,
  3. String? webhookId,
})

Implementation

MirrorConfig({
  this.deployKeyId,
  this.url,
  this.webhookId,
});