toJson method
override
Object to Map serializer
Implementation
@override
Map<String, dynamic> toJson() {
return {
'@type': 'setCustomLanguagePack',
if (extra != null) '@extra': extra,
'info': info,
'strings': strings
};
}