validateNothing function

dynamic validateNothing()

Implementation

validateNothing() => (String? value) {
   return null;
};