User constructor

User({
  1. String? etag,
  2. String? host,
  3. String? instance,
  4. String? kind,
  5. String? name,
  6. String? password,
  7. String? project,
  8. SqlServerUserDetails? sqlserverUserDetails,
  9. String? type,
})

Implementation

User({
  this.etag,
  this.host,
  this.instance,
  this.kind,
  this.name,
  this.password,
  this.project,
  this.sqlserverUserDetails,
  this.type,
});