toJson method

Map<String, dynamic> toJson()

Implementation

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