FireValueGuard<T> constructor

const FireValueGuard<T>(
  1. IsValueValid<T>? isValid
)

Implementation

const FireValueGuard(
  this.isValid,
);