QueryGrantsRequest constructor

const QueryGrantsRequest({
  1. String? granter,
  2. String? grantee,
  3. String? msgTypeUrl,
  4. PageRequest? pagination,
})

Implementation

const QueryGrantsRequest({
  this.granter,
  this.grantee,
  this.msgTypeUrl,
  this.pagination,
});