Scopes constructor
Scopes({
- ProductAccess? productAccess,
- List<
AccountAccess> ? accounts, - bool? newAccounts,
Implementation
Scopes({
this.productAccess,
this.accounts,
this.newAccounts,
});