toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (activeViewConfig != null) 'activeViewConfig': activeViewConfig!,
  if (customVariables != null) 'customVariables': customVariables!,
  if (displayName != null) 'displayName': displayName!,
  if (floodlightGroupId != null) 'floodlightGroupId': floodlightGroupId!,
  if (lookbackWindow != null) 'lookbackWindow': lookbackWindow!,
  if (name != null) 'name': name!,
  if (webTagType != null) 'webTagType': webTagType!,
};