call abstract method

$R call({
  1. String? title,
  2. String? id,
  3. String? username,
  4. DateTime? createdAt,
  5. JotformFormStatus? status,
  6. bool? nNew,
  7. int? height,
  8. Map<int, JotformAnswer>? answers,
  9. DateTime? updatedAt,
  10. DateTime? lastSubmission,
  11. int? count,
  12. JotformFormType? type,
  13. bool? favorite,
  14. bool? archived,
  15. String? url,
  16. bool? hasPayment,
  17. JotformFormPaymentProps? paymentProps,
})

Implementation

$R call(
    {String? title,
    String? id,
    String? username,
    DateTime? createdAt,
    JotformFormStatus? status,
    bool? nNew,
    int? height,
    Map<int, JotformAnswer>? answers,
    DateTime? updatedAt,
    DateTime? lastSubmission,
    int? count,
    JotformFormType? type,
    bool? favorite,
    bool? archived,
    String? url,
    bool? hasPayment,
    JotformFormPaymentProps? paymentProps});