ListAccountsResponse constructor

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

Implementation

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