PaymentListQueryParams constructor

const PaymentListQueryParams({
  1. String before = "",
  2. String after = "",
  3. int limit = 10,
})

Implementation

const PaymentListQueryParams({
  this.before = "",
  this.after = "",
  this.limit = 10,
});