ValidatingStore<S> constructor

ValidatingStore<S>(
  1. Store<S> delegate
)

Constructs a validating store.

Implementation

ValidatingStore(this.delegate);