CredentialPropertyOption constructor
CredentialPropertyOption({
- String? name,
- dynamic value,
Implementation
CredentialPropertyOption({
this.name,
this.value,
});
CredentialPropertyOption({
this.name,
this.value,
});