RazorpayItemQuery constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayItemQuery({
int? from,
int? to,
int? count,
int? skip,
int?
active, // 0 or 1 ? Or bool? Check API docs. Assuming int based on d.ts name.
}) = _RazorpayItemQuery;