ingredient property

List<SubstanceIngredient>? ingredient
inherited

ingredient A substance can be composed of other substances.

Implementation

List<SubstanceIngredient>? get ingredient =>
    throw _privateConstructorUsedError;