GetComponentResponse constructor
GetComponentResponse({
- required Uint8List recipe,
- required RecipeOutputFormat recipeOutputFormat,
- Map<
String, String> ? tags,
Implementation
GetComponentResponse({
required this.recipe,
required this.recipeOutputFormat,
this.tags,
});