JapanesePod101AudioEnhancement constructor

JapanesePod101AudioEnhancement()

Initialise this enhancement with the hardset parameters.

Implementation

JapanesePod101AudioEnhancement()
    : super(
        uniqueKey: key,
        label: 'JapanesePod101 Audio',
        description:
            'Search for matching word pronunciations from JapanesePod101.',
        icon: Icons.spatial_audio_off_outlined,
        field: AudioField.instance,
      );