function_ property

  1. @JsonKey(name: 'function')
List<CodeableConcept>? function_
inherited

function_ ("function") A classification of the ingredient identifying its precise purpose(s) in the drug product. This extends the Ingredient.role to add more detail. Example: antioxidant, alkalizing agent.

Implementation

@JsonKey(name: 'function')
List<CodeableConcept>? get function_ => throw _privateConstructorUsedError;