CloudSQLConfig constructor

CloudSQLConfig({
  1. String? service,
  2. String? umbrellaNetwork,
  3. String? umbrellaProject,
})

Implementation

CloudSQLConfig({this.service, this.umbrellaNetwork, this.umbrellaProject});