AccountsGetResponse constructor

AccountsGetResponse({
  1. List<AccountBase>? accounts,
  2. Item? item,
  3. String? requestId,
})

Implementation

AccountsGetResponse({
  this.accounts,
  this.item,
  this.requestId,
});