AudioDevicePickerStrings class

Localized strings for the audio device picker dialog.

These strings are currently hardcoded in Korean. In the future, these can be replaced with proper internationalization (i18n) support.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

defaultEnglishDialogTitle → const String
Default English dialog title
defaultEnglishNames → const Map<AudioSourceType, String>
Default English device type display names
defaultKoreanDialogTitle → const String
Default Korean dialog title
defaultKoreanNames → const Map<AudioSourceType, String>
Default Korean device type display names