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