internal_models/audio_devices_model library
Classes
- AudioDevices
- Represents an audio device with an ID, type, and name.
Functions
-
audioDevicesFromJson(
String str) → List< AudioDevices> - Converts JSON string into a list of AudioDevices.
-
audioDevicesToJson(
List< AudioDevices> data) → String - Converts a list of AudioDevices to a JSON string.
-
convertAudioDevicesToJson(
String? str) → String - Converts a JSON string to a JSON string of AudioDevices, or returns an empty string if null or empty.