toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final codec = this.codec;
final displayName = this.displayName;
final languageCode = this.languageCode;
final mapping = this.mapping;
return {
'codec': ?codec,
'displayName': ?displayName,
'languageCode': ?languageCode,
'mapping': ?mapping,
};
}