RazorpayNotifyResponse constructor

  1. @JsonSerializable(includeIfNull: false)
const RazorpayNotifyResponse({
  1. required bool success,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory RazorpayNotifyResponse({
  required bool success,
}) = _RazorpayNotifyResponse;