toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accountId = this.accountId;
final containerId = this.containerId;
final fingerprint = this.fingerprint;
final gtagConfigId = this.gtagConfigId;
final parameter = this.parameter;
final path = this.path;
final tagManagerUrl = this.tagManagerUrl;
final type = this.type;
final workspaceId = this.workspaceId;
return {
'accountId': ?accountId,
'containerId': ?containerId,
'fingerprint': ?fingerprint,
'gtagConfigId': ?gtagConfigId,
'parameter': ?parameter,
'path': ?path,
'tagManagerUrl': ?tagManagerUrl,
'type': ?type,
'workspaceId': ?workspaceId,
};
}