toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (accountId != null) 'accountId': accountId!,
      if (containerId != null) 'containerId': containerId!,
      if (fingerprint != null) 'fingerprint': fingerprint!,
      if (gtagConfigId != null) 'gtagConfigId': gtagConfigId!,
      if (parameter != null) 'parameter': parameter!,
      if (path != null) 'path': path!,
      if (tagManagerUrl != null) 'tagManagerUrl': tagManagerUrl!,
      if (type != null) 'type': type!,
      if (workspaceId != null) 'workspaceId': workspaceId!,
    };