FutureSignal(Future<T> future, {String? debugLabel}) : super(null, debugLabel: debugLabel) { execute(() => future); }