MySqlReplicaConfiguration constructor
MySqlReplicaConfiguration({})
Implementation
MySqlReplicaConfiguration({
this.caCertificate,
this.clientCertificate,
this.clientKey,
this.connectRetryInterval,
this.dumpFilePath,
this.kind,
this.masterHeartbeatPeriod,
this.password,
this.sslCipher,
this.username,
this.verifyServerCertificate,
});