Map representation of the model
Map<String, dynamic> toMap() { return { ApiKeys.teamId: teamId, ApiKeys.bundleId: bundleId, ApiKeys.appStoreURL: appStoreURL, }; }