$SasPortalCustomer constructor

$SasPortalCustomer({
  1. String? displayName,
  2. String? name,
  3. List<String>? sasUserIds,
})

Implementation

$SasPortalCustomer({
  this.displayName,
  this.name,
  this.sasUserIds,
});