function_ property

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

function_ ("function") The function of this constituent within the component e.g. binder.

Implementation

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