toJson method

Map<String, dynamic> toJson()

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,
  };
}