toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (isControlGroup != null) 'isControlGroup': isControlGroup!,
      if (trafficAllocation != null) 'trafficAllocation': trafficAllocation!,
      if (version != null) 'version': version!,
    };