testNameFor function
Test-only: exposes the private model-name mapping for unit tests.
Implementation
@visibleForTesting
String testNameFor(FaceDetectionModel m) => _nameFor(m);
Test-only: exposes the private model-name mapping for unit tests.
@visibleForTesting
String testNameFor(FaceDetectionModel m) => _nameFor(m);