ingredients property

Iterable<STWIngredient> ingredients

get ingredients

Implementation

Iterable<STWIngredient> get ingredients => items.whereType<STWIngredient>();