Map<String, dynamic> toJson() { return { 'host': host.toString(), 'callback': callback.toString(), }; }