operator_ property

  1. @JsonKey(name: 'operator')
FhirCode? operator_
inherited

operator The operator type defines the conditional behavior of the assert. If not defined, the default is equals.

Implementation

@JsonKey(name: 'operator')
FhirCode? get operator_ => throw _privateConstructorUsedError;