CloudSqlProperties constructor

CloudSqlProperties({
  1. CloudSqlCredential? credential,
  2. String? database,
  3. String? instanceId,
  4. String? type,
})

Implementation

CloudSqlProperties({
  this.credential,
  this.database,
  this.instanceId,
  this.type,
});