UGoldReadUserTxnsParams constructor

UGoldReadUserTxnsParams({
  1. String? userId,
  2. List<TagGoldTxn>? tags,
  3. int pageSize = 20,
  4. int pageNumber = 1,
  5. int? orderBy,
  6. UGoldTxnSelectorArgs? selectorArgs,
  7. DateTime? fromCreatedAt,
  8. DateTime? toCreatedAt,
  9. List<String>? ids,
  10. String? creatorId,
})

Implementation

UGoldReadUserTxnsParams({
  this.userId,
  this.tags,
  this.pageSize = 20,
  this.pageNumber = 1,
  this.orderBy,
  this.selectorArgs,
  this.fromCreatedAt,
  this.toCreatedAt,
  this.ids,
  this.creatorId,
});