toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final mustFix = this.mustFix;
  final topic = this.topic;
  final type = this.type;
  return {'mustFix': ?mustFix, 'topic': ?topic, 'type': ?type};
}