call abstract method

  1. @override
$R call({
  1. String? action,
  2. List<String>? assignees,
  3. String? comments,
  4. AuditDetails? auditDetails,
  5. ClientAuditDetails? clientAuditDetails,
  6. bool? isDeleted,
})
override

Implementation

@override
$R call(
    {String? action,
    List<String>? assignees,
    String? comments,
    AuditDetails? auditDetails,
    ClientAuditDetails? clientAuditDetails,
    bool? isDeleted});