UserStackAssociation constructor
UserStackAssociation({
- required AuthenticationType authenticationType,
- required String stackName,
- required String userName,
- bool? sendEmailNotification,
Implementation
UserStackAssociation({
required this.authenticationType,
required this.stackName,
required this.userName,
this.sendEmailNotification,
});