toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (altText != null) 'altText': altText!,
if (altTextLanguage != null) 'altTextLanguage': altTextLanguage!,
if (stickerId != null) 'stickerId': stickerId!,
};