UWalletReadParams constructor
UWalletReadParams({})
Implementation
UWalletReadParams({
required this.creatorId,
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.tags,
this.ids,
this.selectorArgs,
this.orderBy,
});