I am implementing some dynamic input validator in Dart. See code:
abstract class Validator { void validate(T value); static Validator