toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final altText = this.altText;
final altTextLanguage = this.altTextLanguage;
final stickerId = this.stickerId;
return {
'altText': ?altText,
'altTextLanguage': ?altTextLanguage,
'stickerId': ?stickerId,
};
}