CredentialSchema constructor

CredentialSchema({
  1. List<CredentialProperty>? properties,
  2. String? displayName,
  3. String? name,
  4. String? documentationUrl,
})

Implementation

CredentialSchema({
  this.properties,
  this.displayName,
  this.name,
  this.documentationUrl,
});