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