QueryAccountAddressByIDRequest constructor

const QueryAccountAddressByIDRequest({
  1. BigInt? id,
  2. BigInt? accountId,
})

Implementation

const QueryAccountAddressByIDRequest({this.id, this.accountId});