RazorpayPaymentDowntimeResponse constructor

  1. @JsonSerializable.new(includeIfNull: false)
const RazorpayPaymentDowntimeResponse({
  1. required String entity,
  2. required int count,
  3. required List<RazorpayPaymentDowntime> items,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory RazorpayPaymentDowntimeResponse({
  required String entity,
  required int count,
  required List<RazorpayPaymentDowntime> items,
}) = _RazorpayPaymentDowntimeResponse;