factory AssetsWorkspaceDTO.fromJson(Map<String, Object?> json) { return AssetsWorkspaceDTO( workspaceId: json[r'workspaceId'] as String?, ); }