AssociationSession constructor

AssociationSession({
  1. String? accountId,
  2. String? id,
  3. String? kind,
  4. List<String>? productCodes,
  5. String? redirectUrl,
  6. String? status,
  7. String? userLocale,
  8. String? websiteLocale,
  9. String? websiteUrl,
})

Implementation

AssociationSession({
  this.accountId,
  this.id,
  this.kind,
  this.productCodes,
  this.redirectUrl,
  this.status,
  this.userLocale,
  this.websiteLocale,
  this.websiteUrl,
});