GetComponentResponse constructor

GetComponentResponse({
  1. required Uint8List recipe,
  2. required RecipeOutputFormat recipeOutputFormat,
  3. Map<String, String>? tags,
})

Implementation

GetComponentResponse({
  required this.recipe,
  required this.recipeOutputFormat,
  this.tags,
});