const JsonRpcRemoteException({ required this.code, required String message, this.data, }) : super(message);