part_ property

  1. @JsonKey(name: 'part')
List<MedicinalProductDefinitionPart>? part_
inherited

part_ ("part") Coding words or phrases of the name.

Implementation

@JsonKey(name: 'part')
List<MedicinalProductDefinitionPart>? get part_ =>
    throw _privateConstructorUsedError;