call abstract method
      
$R
call({})
      
     
    
    
Implementation
$R call(
    {String? id,
    String? formId,
    String? ip,
    DateTime? createdAt,
    JotformSubmissionStatus? status,
    bool? nNew,
    String? flag,
    String? notes,
    Map<String, JotformAnswer>? answers,
    DateTime? updatedAt});