testNameFor function

Test-only: exposes the private model-name mapping for unit tests.

Implementation

@visibleForTesting
String testNameFor(FaceDetectionModel m) => _nameFor(m);