call abstract method

  1. @override
$R call({
  1. String? id,
  2. String? tenantId,
  3. String? facilityId,
  4. String? productVariantId,
  5. String? referenceId,
  6. String? referenceIdType,
  7. String? transactingPartyId,
  8. String? transactingPartyType,
  9. String? receiverId,
  10. String? receiverType,
  11. String? senderId,
  12. String? senderType,
  13. List<String>? clientReferenceId,
  14. List<String>? transactionType,
  15. List<String>? transactionReason,
  16. String? boundaryCode,
})
override

Implementation

@override
$R call(
    {String? id,
    String? tenantId,
    String? facilityId,
    String? productVariantId,
    String? referenceId,
    String? referenceIdType,
    String? transactingPartyId,
    String? transactingPartyType,
    String? receiverId,
    String? receiverType,
    String? senderId,
    String? senderType,
    List<String>? clientReferenceId,
    List<String>? transactionType,
    List<String>? transactionReason,
    String? boundaryCode});