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