Converts the lighthouse settings to a map for easier processing.
Map<String, dynamic> toMap() { return { 'projectId': projectId, 'debug': debug, }; }