ToFire<T> constructor

ToFire<T>(
  1. ToFireDelegate<T> receiveData, {
  2. BaseValueGuard<T>? validationGuard,
  3. BaseValueGuard<T>? allowOperationGuard,
})

Implementation

ToFire(
  this.receiveData, {
  super.validationGuard,
  super.allowOperationGuard,
});