Simple constructor
const
Simple(
- 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);