toJson method

Map<String, dynamic> toJson()

Implementation

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