call abstract method
      
$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,
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});