toJson method

Map<String, dynamic> toJson()

Implementation

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