menu
tau package
documentation
public/audio_context.dart
AudioContextState
fromValue static method
fromValue static method
dark_mode
light_mode
fromValue
static method
AudioContextState
fromValue
(
String
value
)
Implementation
static AudioContextState fromValue(String value) => values.firstWhere((e) => e.value == value);
tau package
documentation
public/audio_context
AudioContextState
fromValue static method
AudioContextState enum