CloudSqlProperties constructor
CloudSqlProperties({
- CloudSqlCredential? credential,
- String? database,
- String? instanceId,
- String? type,
Implementation
CloudSqlProperties({
this.credential,
this.database,
this.instanceId,
this.type,
});