Pronunciation constructor

Pronunciation(
  1. String? audioFile,
  2. List<String>? dialects,
  3. String? phoneticNotation,
  4. String? phoneticSpelling
)

Implementation

Pronunciation(this.audioFile, this.dialects, this.phoneticNotation,
    this.phoneticSpelling);