ListChildAccountsResponse constructor

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

Implementation

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