ListAccountsResponse constructor

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

Implementation

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