ToFire<T> constructor
ToFire<T> (
- ToFireDelegate<
T> receiveData, { - BaseValueGuard<
T> ? validationGuard, - BaseValueGuard<
T> ? allowOperationGuard,
Implementation
ToFire(
this.receiveData, {
super.validationGuard,
super.allowOperationGuard,
});