autocreate property

FhirBoolean? autocreate
inherited

autocreate Whether or not to implicitly create the fixture during setup. If true, the fixture is automatically created on each server being tested during setup, therefore no create operation is required for this fixture in the TestScript.setup section.

Implementation

FhirBoolean? get autocreate => throw _privateConstructorUsedError;