toJson method

Map<String, dynamic> toJson()

Implementation

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