toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => <String, dynamic>{
  'message': message?.toJson(),
  'can_report_anti_spam_false_positive': canReportAntiSpamFalsePositive,
  '@type': constructor,
};