AccountAccess constructor
AccountAccess({
- required String uniqueId,
- bool? authorized,
- AccountProductAccessNullable? accountProductAccess,
Implementation
AccountAccess({
required this.uniqueId,
this.authorized,
this.accountProductAccess,
});