toJson method

Map<String, dynamic> toJson()

Implementation

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