call abstract method

  1. @override
$R call({
  1. String? id,
  2. String? identifierType,
  3. String? identifierId,
  4. List<String>? clientReferenceId,
  5. String? tenantId,
  6. String? boundaryCode,
})
override

Implementation

@override
$R call(
    {String? id,
    String? identifierType,
    String? identifierId,
    List<String>? clientReferenceId,
    String? tenantId,
    String? boundaryCode});