dartoos-dev / formdator

Object-oriented package for validating Flutter form fields.
MIT License
10 stars 2 forks source link

Remove superfluous constructors #78

Closed rafamizes closed 3 years ago

rafamizes commented 3 years ago

With the advent of the Pair class, the constructors of Req that accept a validator as a parameter became superfluous.