Connection constructor

Connection({
  1. CloudSqlProperties? cloudSql,
  2. String? creationTime,
  3. String? description,
  4. String? friendlyName,
  5. bool? hasCredential,
  6. String? lastModifiedTime,
  7. String? name,
})

Implementation

Connection({
  this.cloudSql,
  this.creationTime,
  this.description,
  this.friendlyName,
  this.hasCredential,
  this.lastModifiedTime,
  this.name,
});