79213287

Date: 2024-11-22 00:32:09
Score: 1
Natty:
Report link

One line map: var voices = ((await ttsInstance.getVoices) as List<dynamic>).where((voice) => voice['locale'] == 'en-US').map((voice) => voice['name']).toList();

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: yarz-tech