for_ property

  1. @JsonKey(name: 'for')
List<Reference>? for_
inherited

for_ ("for") The product which this ingredient is a constituent part of.

Implementation

@JsonKey(name: 'for')
List<Reference>? get for_ => throw _privateConstructorUsedError;