AccountsGetResponse constructor
AccountsGetResponse({
- required List<
AccountBase> accounts, - required Item item,
- required String requestId,
Implementation
AccountsGetResponse({
required this.accounts,
required this.item,
required this.requestId,
});