RazorpayQrCodeQuery constructor

  1. @JsonSerializable(includeIfNull: false)
const RazorpayQrCodeQuery({
  1. int? from,
  2. int? to,
  3. int? count,
  4. int? skip,
  5. String? customer_id,
  6. String? payment_id,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory RazorpayQrCodeQuery({
  int? from,
  int? to,
  int? count,
  int? skip,
  String? customer_id,
  String? payment_id,
}) = _RazorpayQrCodeQuery;