ListAccountsResponse constructor

ListAccountsResponse({
  1. List<Account>? accounts,
  2. String? nextToken,
})

Implementation

ListAccountsResponse({
  this.accounts,
  this.nextToken,
});