RetenoUser constructor

RetenoUser({
  1. List<String>? subscriptionKeys,
  2. UserAttributes? userAttributes,
  3. List<String>? groupNamesExclude,
  4. List<String>? groupNamesInclude,
})

Implementation

RetenoUser({
  this.subscriptionKeys,
  this.userAttributes,
  this.groupNamesExclude,
  this.groupNamesInclude,
});