Map<String, dynamic> toMap() { return { 'name': name, 'github_url': githubUrl, if (authToken != null) 'auth_token': authToken, }; }