fromValue static method
Implementation
static SpeechSynthesisErrorCode fromValue(String value) =>
values.firstWhere((e) => e.value == value);
static SpeechSynthesisErrorCode fromValue(String value) =>
values.firstWhere((e) => e.value == value);