required_ property

  1. @JsonKey(name: 'required')
FhirBoolean? required_
inherited

required_ ("required") Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.

Implementation

@JsonKey(name: 'required')
FhirBoolean? get required_ => throw _privateConstructorUsedError;