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 (destinationId != null) 'destinationId': destinationId!,
      if (destinationLinkId != null) 'destinationLinkId': destinationLinkId!,
      if (fingerprint != null) 'fingerprint': fingerprint!,
      if (name != null) 'name': name!,
      if (path != null) 'path': path!,
      if (tagManagerUrl != null) 'tagManagerUrl': tagManagerUrl!,
    };