CloudSqlProperties constructor

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

Implementation

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