AccountsGetRequestOptions constructor

AccountsGetRequestOptions({
  1. List<String>? accountIds,
})

Implementation

AccountsGetRequestOptions({
  this.accountIds,
});