call abstract method

  1. @override
$R call({
  1. List<String>? id,
  2. List<String>? taskClientReferenceId,
  3. String? projectId,
  4. int? reAttempts,
  5. List<String>? symptoms,
  6. List<String>? clientReferenceId,
  7. String? tenantId,
  8. String? boundaryCode,
})
override

Implementation

@override
$R call(
    {List<String>? id,
    List<String>? taskClientReferenceId,
    String? projectId,
    int? reAttempts,
    List<String>? symptoms,
    List<String>? clientReferenceId,
    String? tenantId,
    String? boundaryCode});