call abstract method

$R call({
  1. String? id,
  2. String? formId,
  3. String? ip,
  4. DateTime? createdAt,
  5. JotformSubmissionStatus? status,
  6. bool? nNew,
  7. String? flag,
  8. String? notes,
  9. Map<String, JotformAnswer>? answers,
  10. DateTime? updatedAt,
})

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});