CreateAlgorithmOutput constructor

CreateAlgorithmOutput({
  1. required String algorithmArn,
})

Implementation

CreateAlgorithmOutput({
  required this.algorithmArn,
});