factory BridgeNotification.fromJson(Map<String, dynamic> json) => BridgeNotification( method: json['method'] as String, params: json['params'], );