Map<String, dynamic> toJson() { final database = this.database; final host = this.host; final port = this.port; return { 'Database': database, 'Host': host, 'Port': port, }; }