commonSpecitalCharToSpeechOptions top-level property
List of common special character to speech conversion options.
Implementation
final List<SpecialCharToSpeech> commonSpecitalCharToSpeechOptions = [
SpecialCharToSpeech(
specialChar: '%',
speech: '퍼센트',
),
SpecialCharToSpeech(
specialChar: '-',
speech: '다시',
),
];