toJson method

Map<String, dynamic> toJson()

Implementation

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