toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (phoneticEncoding != null) 'phoneticEncoding': phoneticEncoding!,
if (phrase != null) 'phrase': phrase!,
if (pronunciation != null) 'pronunciation': pronunciation!,
};