CredentialSchema constructor
CredentialSchema({
- List<
CredentialProperty> ? properties, - String? displayName,
- String? name,
- String? documentationUrl,
Implementation
CredentialSchema({
this.properties,
this.displayName,
this.name,
this.documentationUrl,
});