toJson method

Map<String, dynamic> toJson()

Implementation

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