UserStackAssociation constructor

UserStackAssociation({
  1. required AuthenticationType authenticationType,
  2. required String stackName,
  3. required String userName,
  4. bool? sendEmailNotification,
})

Implementation

UserStackAssociation({
  required this.authenticationType,
  required this.stackName,
  required this.userName,
  this.sendEmailNotification,
});