Simple constructor

const Simple(
  1. bool _valid
)

A simple validator which state is defined on creation May be used to fix the isValid state of dynamic validator such as Lifespan _valid Validity state

Implementation

const Simple(this._valid);