ValidationState<S, M> constructor

const ValidationState<S, M>(
  1. M key,
  2. S state
)

Implementation

const ValidationState(this.key, this.state);