RazorpaySubscriptionNotifyInfo constructor

  1. @JsonSerializable(includeIfNull: false)
const RazorpaySubscriptionNotifyInfo({
  1. dynamic notify_phone,
  2. String? notify_email,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory RazorpaySubscriptionNotifyInfo({
  dynamic notify_phone, // string | number
  String? notify_email,
}) = _RazorpaySubscriptionNotifyInfo;