testModelFileFor function
Test-only: exposes the private model-file mapping for unit tests.
Implementation
@visibleForTesting
String testModelFileFor(SegmentationModel model) =>
segmentationModelFile(model);
Test-only: exposes the private model-file mapping for unit tests.
@visibleForTesting
String testModelFileFor(SegmentationModel model) =>
segmentationModelFile(model);