commonSpecitalCharToSpeechOptions top-level property

List<SpecialCharToSpeech> commonSpecitalCharToSpeechOptions
final

List of common special character to speech conversion options.

Implementation

final List<SpecialCharToSpeech> commonSpecitalCharToSpeechOptions = [
  SpecialCharToSpeech(
    specialChar: '%',
    speech: '퍼센트',
  ),
  SpecialCharToSpeech(
    specialChar: '-',
    speech: '다시',
  ),
];