autodelete property

FhirBoolean? autodelete
inherited

autodelete Whether or not to implicitly delete the fixture during teardown. If true, the fixture is automatically deleted on each server being tested during teardown, therefore no delete operation is required for this fixture in the TestScript.teardown section.

Implementation

FhirBoolean? get autodelete => throw _privateConstructorUsedError;