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