FromFire<T> constructor
FromFire<T> (
- FromFireDelegate<
T> onInput, { - BaseValueGuard<
T> ? validationGuard, - BaseValueGuard<
T> ? allowOperationGuard,
Implementation
FromFire(
this.onInput, {
super.validationGuard,
super.allowOperationGuard,
});