ListAccountsResponse constructor

ListAccountsResponse({
  1. List<AccountInfo>? accountList,
  2. String? nextToken,
})

Implementation

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