CreateDBProxyResponse constructor

CreateDBProxyResponse({
  1. DBProxy? dBProxy,
})

Implementation

CreateDBProxyResponse({
  this.dBProxy,
});