AuthGetResponse constructor

AuthGetResponse({
  1. List<AccountBase>? accounts,
  2. AuthGetNumbers? numbers,
  3. Item? item,
  4. String? requestId,
})

Implementation

AuthGetResponse({
  this.accounts,
  this.numbers,
  this.item,
  this.requestId,
});