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