QueryGrantsRequest constructor
const
QueryGrantsRequest({
- String? granter,
- String? grantee,
- String? msgTypeUrl,
- PageRequest? pagination,
Implementation
const QueryGrantsRequest({
this.granter,
this.grantee,
this.msgTypeUrl,
this.pagination,
});