AuthObject constructor

AuthObject({
  1. bool? additionalProperties,
  2. String? authKey,
  3. String? authType,
  4. String? description,
  5. bool? isDefault,
  6. Map<String, AuthProperty>? properties,
  7. String? type,
})

Implementation

AuthObject({
  this.additionalProperties,
  this.authKey,
  this.authType,
  this.description,
  this.isDefault,
  this.properties,
  this.type,
});