container property

List<SpecimenContainer>? container
inherited

container The container holding the specimen. The recursive nature of containers; i.e. blood in tube in tray in rack is not addressed here.

Implementation

List<SpecimenContainer>? get container => throw _privateConstructorUsedError;