ExpansionProfileDesignation1 constructor

const ExpansionProfileDesignation1({
  1. String? language,
  2. @JsonKey(name: '_language') Element? languageElement,
  3. Coding? use,
})

Implementation

const factory ExpansionProfileDesignation1({
  String? language,
  @JsonKey(name: '_language') Element? languageElement,
  Coding? use,
}) = _ExpansionProfileDesignation1;