Gets the project ID that this model belongs to.
@override String getProjectId() { final info = getInfo(); return info.projectId; }