IntegrationCredential constructor
Returns a new IntegrationCredential instance.
Implementation
IntegrationCredential({
required this.name,
required this.platform,
this.value,
});
Returns a new IntegrationCredential instance.
IntegrationCredential({
required this.name,
required this.platform,
this.value,
});