toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => <String, dynamic>{
  'badge': this.badge,
  'sound': this.sound?.toJson(),
  'imageUrl': this.imageUrl,
  'subtitle': this.subtitle,
  'subtitleLocArgs': this.subtitleLocArgs,
  'subtitleLocKey': this.subtitleLocKey,
};